mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
Add missing tint on drawer image view
This commit is contained in:
parent
3b0153ca7a
commit
919b92a0b5
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
||||||
android:layout_height="24dp"
|
android:layout_height="24dp"
|
||||||
android:layout_marginStart="4dp"
|
android:layout_marginStart="4dp"
|
||||||
app:srcCompat="@drawable/ic_arrow_drop_down"
|
app:srcCompat="@drawable/ic_arrow_drop_down"
|
||||||
|
app:tint="@color/drawer_header_font_color"
|
||||||
tools:ignore="ContentDescription" />
|
tools:ignore="ContentDescription" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Add table
Reference in a new issue