Merge pull request #3399 from ByteHamster/padding

Added padding to compose view
This commit is contained in:
cketti 2018-05-18 13:30:49 +02:00 committed by GitHub
commit ce22623e3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,8 @@
android:inputType="textMultiLine|textAutoCorrect|textCapSentences"
android:imeOptions="actionDone|flagNoEnterAction"
android:minLines="3"
android:paddingLeft="12dip"
android:paddingRight="12dip"
style="@style/ComposeEditTextLarge"
/>