Merge pull request #3399 from ByteHamster/padding
Added padding to compose view
This commit is contained in:
commit
ce22623e3d
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue