Merge pull request #1337 from edent/patch-1
Alt text input acts as a normal text box
This commit is contained in:
commit
53edcd4897
|
@ -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>
|
Loading…
Reference in New Issue