Add 48dp padding to end of gift add message input.
This commit is contained in:
parent
f7e4e9c855
commit
c1b19390a2
1 changed files with 3 additions and 1 deletions
|
@ -17,8 +17,10 @@
|
|||
android:id="@+id/input"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingEnd="48dp"
|
||||
android:gravity="top"
|
||||
android:minLines="3" />
|
||||
android:minLines="3"
|
||||
tools:text="@tools:sample/lorem/random" />
|
||||
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue