mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Make caption field single line Issue#4795 (#4811)
This commit is contained in:
parent
7afd0e843b
commit
ab6bd8a682
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:hint="@string/share_caption_hint"
|
android:hint="@string/share_caption_hint"
|
||||||
android:imeOptions="actionNext|flagNoExtractUi"
|
android:imeOptions="actionNext|flagNoExtractUi"
|
||||||
android:inputType="textMultiLine"
|
android:inputType="text"
|
||||||
app:allowFormatting="false" />
|
app:allowFormatting="false" />
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue