Merge pull request #1337 from edent/patch-1

Alt text input acts as a normal text box
This commit is contained in:
Suji Yan 2020-07-19 20:40:06 +08:00 committed by GitHub
commit 53edcd4897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
android:id="@+id/editText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
android:inputType="textMultiLine|textLongMessage|textCapSentences"
app:backgroundTint="?colorControlStateful"/>
</LinearLayout>
</LinearLayout>