Drawer button: reduce size

This looked out of place, as it was considerably larger then the icon
found in other apps.
22dp would be even closer to other apps, but 24dp will make the unread
counter badge look less detached.

Change-Id: Icecbc1f99da90c2f237dda8a165c3cd8d2644aef
This commit is contained in:
SpiritCroc 2021-05-13 14:57:38 +02:00
parent 808e381e09
commit af0108ffc6
1 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:layout_width="28dp"
android:layout_height="28dp"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_centerVertical="true"
android:layout_marginStart="4dp"
android:importantForAccessibility="no"
@ -174,4 +174,4 @@
app:layout_constraintStart_toStartOf="parent"
app:menu="@menu/home_bottom_navigation" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>