correcting padding
This commit is contained in:
parent
1b2d3e7093
commit
b45dfc889e
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:background="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
android:gravity="center_vertical|end"
|
android:gravity="center_vertical|end"
|
||||||
android:minWidth="60dp"
|
android:minWidth="70dp"
|
||||||
android:paddingStart="@dimen/small_margin"
|
android:paddingStart="@dimen/medium_margin"
|
||||||
android:paddingEnd="@dimen/medium_margin"
|
android:paddingEnd="@dimen/medium_margin"
|
||||||
android:textSize="@dimen/bigger_text_size"
|
android:textSize="@dimen/bigger_text_size"
|
||||||
tools:text="@string/mobile" />
|
tools:text="@string/mobile" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue