Fix truncated Caption hint text (#4122)

This commit is contained in:
Tim Dillon 2020-12-31 00:09:38 +09:00 committed by GitHub
parent f0e354b8ed
commit e477e7e352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -30,7 +30,8 @@
android:layout_height="wrap_content"
android:hint="@string/share_caption_hint"
android:imeOptions="actionNext|flagNoExtractUi"
android:inputType="textMultiLine" />
android:inputType="textMultiLine"
android:maxLength="255" />
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout