mirror of https://github.com/M66B/FairEmail.git
Slightly larger setup step numbers
This commit is contained in:
parent
6420b6ee25
commit
c9459097fb
|
@ -164,9 +164,10 @@
|
|||
|
||||
<eu.faircode.email.FixedImageView
|
||||
android:id="@+id/one"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:contentDescription="1"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/twotone_looks_one_24" />
|
||||
|
@ -176,6 +177,7 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:minHeight="30dp"
|
||||
android:text="@string/title_setup_quick_accounts"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
android:textStyle="bold"
|
||||
|
@ -550,9 +552,10 @@
|
|||
|
||||
<eu.faircode.email.FixedImageView
|
||||
android:id="@+id/two"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:contentDescription="2"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/twotone_looks_two_24" />
|
||||
|
@ -562,6 +565,7 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:minHeight="30dp"
|
||||
android:text="@string/title_setup_permissions"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
android:textStyle="bold"
|
||||
|
@ -640,9 +644,10 @@
|
|||
|
||||
<eu.faircode.email.FixedImageView
|
||||
android:id="@+id/three"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:contentDescription="3"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/twotone_looks_3_24" />
|
||||
|
@ -652,6 +657,7 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:minHeight="30dp"
|
||||
android:text="@string/title_setup_doze"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
android:textStyle="bold"
|
||||
|
|
Loading…
Reference in New Issue