mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 10:17:18 +00:00
Small layout improvement
This commit is contained in:
parent
9742e4d34a
commit
f50dd5276b
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue