mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Layout improvement
This commit is contained in:
parent
6d54e72c56
commit
facb04ea73
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
android:layout_marginEnd="12dp"
|
||||
android:ellipsize="start"
|
||||
android:gravity="center_vertical"
|
||||
android:minHeight="42dp"
|
||||
android:minHeight="48dp"
|
||||
android:singleLine="true"
|
||||
android:text="Menu item"
|
||||
android:textAppearance="@style/Base.TextAppearance.AppCompat.Medium"
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="9dp"
|
||||
android:paddingBottom="9dp">
|
||||
android:paddingTop="12dp"
|
||||
android:paddingBottom="12dp">
|
||||
|
||||
<View
|
||||
android:id="@+id/vSeparator"
|
||||
|
|
Loading…
Reference in a new issue