mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-24 16:53:37 +00:00
Small layout improvement
This commit is contained in:
parent
310f39d1e3
commit
bc0e4a1bf0
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
android:id="@+id/tvMessages"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:text="Messages"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
|
@ -28,6 +29,7 @@
|
|||
android:layout_marginTop="24dp"
|
||||
android:drawableStart="@drawable/baseline_inbox_24"
|
||||
android:drawablePadding="6dp"
|
||||
android:gravity="center"
|
||||
android:text="Source folders"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
|
@ -40,6 +42,7 @@
|
|||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:gravity="center"
|
||||
android:tint="?android:attr/textColorSecondary"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
@ -53,6 +56,7 @@
|
|||
android:layout_marginTop="12dp"
|
||||
android:drawableStart="@drawable/baseline_archive_24"
|
||||
android:drawablePadding="6dp"
|
||||
android:gravity="center"
|
||||
android:text="Target folders"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
|
@ -65,6 +69,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="24dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/title_no_ask_again"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
Loading…
Reference in a new issue