Use drop down/up instead of expand icons in drawer

As per the material guidelines
This commit is contained in:
Stypox 2020-05-21 08:58:37 +02:00
parent f767116c25
commit 94c2bb0929
4 changed files with 13 additions and 3 deletions

View file

@ -107,7 +107,7 @@
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginStart="4dp"
app:srcCompat="@drawable/ic_expand_more_white_24dp"
app:srcCompat="@drawable/ic_arrow_drop_down_white_24dp"
tools:ignore="ContentDescription" />
</LinearLayout>
</LinearLayout>