2013-05-27 57 views

回答

11

使用此XML中...

android:inputType="textCapSentences" 
+1

我想這一點,但它不是我的情況米工作越來越與小寫字母鍵盤 –

+1

給我你的XML代碼..... – Amsheer

2

,您還可以使用這種利用屬性 ...

<EditText 
     android:layout_height="wrap_content" 
     android:layout_width="match_parent" 
     android:capitalize="characters" /> 
3

您也可以使用這個屬性的資本...

android:capitalize="sentences" 
0

使用在你的XML:

android:capitalize="sentences"