diff options
-rw-r--r-- | res/layout/dialog_file_name.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/dialog_file_name.xml b/res/layout/dialog_file_name.xml index 0ebd936d0..7f2a9592b 100644 --- a/res/layout/dialog_file_name.xml +++ b/res/layout/dialog_file_name.xml @@ -35,6 +35,7 @@ android:id="@android:id/text1" android:layout_width="match_parent" android:layout_height="wrap_content" + android:maxLength="255" android:inputType="textCapSentences"/> </com.google.android.material.textfield.TextInputLayout> |