mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Small layout improvement
This commit is contained in:
parent
eba5b0f839
commit
a120552a71
1 changed files with 5 additions and 0 deletions
|
@ -248,6 +248,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/btnAccount"
|
||||
style="?android:attr/buttonStyleSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/title_setup_manage"
|
||||
|
@ -347,6 +348,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/btnIdentity"
|
||||
style="?android:attr/buttonStyleSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/title_setup_manage"
|
||||
|
@ -436,6 +438,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/btnPermissions"
|
||||
style="?android:attr/buttonStyleSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/title_setup_grant"
|
||||
|
@ -503,6 +506,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/btnDoze"
|
||||
style="?android:attr/buttonStyleSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/title_setup_manage"
|
||||
|
@ -599,6 +603,7 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/btnInbox"
|
||||
style="?android:attr/buttonStyleSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="6dp"
|
||||
|
|
Loading…
Reference in a new issue