mirror of https://github.com/M66B/FairEmail.git
Small layout improvement
This commit is contained in:
parent
2e6cc46db8
commit
1aa9432e2f
|
@ -25,6 +25,7 @@
|
|||
android:layout_height="24dp"
|
||||
android:layout_marginTop="24dp"
|
||||
android:contentDescription="2"
|
||||
android:tint="?attr/colorAccent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvMessage"
|
||||
app:srcCompat="@drawable/twotone_looks_two_24" />
|
||||
|
@ -57,6 +58,7 @@
|
|||
android:layout_height="24dp"
|
||||
android:layout_marginTop="24dp"
|
||||
android:contentDescription="3"
|
||||
android:tint="?attr/colorAccent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvPermissions"
|
||||
app:srcCompat="@drawable/twotone_looks_3_24" />
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:contentDescription="1"
|
||||
android:tint="?attr/colorAccent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/twotone_looks_one_24" />
|
||||
|
@ -460,6 +461,7 @@
|
|||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:contentDescription="2"
|
||||
android:tint="?attr/colorAccent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/twotone_looks_two_24" />
|
||||
|
@ -534,6 +536,7 @@
|
|||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:contentDescription="3"
|
||||
android:tint="?attr/colorAccent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/twotone_looks_3_24" />
|
||||
|
|
Loading…
Reference in New Issue