diff options
author | 2020-08-03 07:08:17 -0700 | |
---|---|---|
committer | 2020-08-03 07:08:44 -0700 | |
commit | e5692a9224b56f7b8aaff69fb76d1d3cf11e197d (patch) | |
tree | 0e7546a305c36b8b22912e662a2a1dcb583a7c39 /res/layout | |
parent | 521eeff4e86641e09a1c68f5a39dd0913418c567 (diff) |
Limit number of characters in fileName
Test: atest DocumentsUIGoogleTests
Bug: 162300630
Change-Id: I5bcd6e6a381be46e75698042368ea2d98365219e
Diffstat (limited to 'res/layout')
-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> |