mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Fix truncated Caption hint text (#4122)
This commit is contained in:
parent
f0e354b8ed
commit
e477e7e352
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue