mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-27 11:16:51 +02:00
Small layout improvement
This commit is contained in:
@@ -41,13 +41,23 @@
|
||||
app:srcCompat="@drawable/pin" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivSettings"
|
||||
android:id="@+id/ivHide"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:padding="6dp"
|
||||
app:layout_constraintStart_toEndOf="@id/ivPin"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvTitle"
|
||||
app:srcCompat="@drawable/twotone_visibility_off_24" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivSettings"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:padding="6dp"
|
||||
app:layout_constraintStart_toEndOf="@id/ivHide"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvTitle"
|
||||
app:srcCompat="@drawable/twotone_settings_24" />
|
||||
|
||||
<ImageView
|
||||
|
||||
Reference in New Issue
Block a user