mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
capitalize first letter of the folder name
This commit is contained in:
parent
81cbe015c5
commit
dcbe446607
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue