capitalize first letter of the folder name

This commit is contained in:
Sudhir Khanger 2016-03-22 22:33:21 +05:30 committed by David A. Velasco
parent 81cbe015c5
commit dcbe446607

View file

@ -28,7 +28,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textNoSuggestions"
android:inputType="textNoSuggestions|textCapSentences"
>
</EditText>