1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Add missing tint on drawer image view

This commit is contained in:
Mauricio Colli 2021-12-08 09:49:50 -03:00 committed by Stypox
parent 3b0153ca7a
commit 919b92a0b5
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

View File

@ -105,6 +105,7 @@
android:layout_height="24dp"
android:layout_marginStart="4dp"
app:srcCompat="@drawable/ic_arrow_drop_down"
app:tint="@color/drawer_header_font_color"
tools:ignore="ContentDescription" />
</LinearLayout>
</LinearLayout>