In Android Layout using an specific inputType Attribute in EditText for automatically capitalizing the first letter
<EditText
android:id="@+id/editText_id"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:inputType="textCapSentences"
>
</EditText>
not working....
ReplyDeleteDear Anil
Deleteit will work,because the above code suggested by the android developers
For more information please look in developer site:
http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType