mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-21 06:38:37 +00:00
Small layout improvement
This commit is contained in:
parent
384dfc9019
commit
62b1924033
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/ivType"
|
android:id="@+id/ivType"
|
||||||
android:layout_width="24dp"
|
android:layout_width="24dp"
|
||||||
android:layout_height="24dp"
|
android:layout_height="36dp"
|
||||||
|
android:paddingTop="6dp"
|
||||||
|
android:paddingBottom="6dp"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/ibExpander"
|
app:layout_constraintBottom_toBottomOf="@id/ibExpander"
|
||||||
app:layout_constraintStart_toEndOf="@id/ibExpander"
|
app:layout_constraintStart_toEndOf="@id/ibExpander"
|
||||||
app:layout_constraintTop_toTopOf="@id/ibExpander"
|
app:layout_constraintTop_toTopOf="@id/ibExpander"
|
||||||
|
|
Loading…
Reference in a new issue