From 9f32b6cebf503961077f1f3d26735ff17c7219e0 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Mon, 16 Mar 2020 20:49:40 +0100 Subject: Made icons black instead of grey Since switching to the official Toolbar theme, the back arrow and the overflow dots are black, too. --- app/src/main/res/layout/feeditemlist_header.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/layout/feeditemlist_header.xml') diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml index 50ef20a06..f00fb349b 100644 --- a/app/src/main/res/layout/feeditemlist_header.xml +++ b/app/src/main/res/layout/feeditemlist_header.xml @@ -2,6 +2,7 @@ @@ -65,7 +66,7 @@ android:layout_height="40dp" android:background="?attr/selectableItemBackground" android:contentDescription="@string/show_info_label" - android:src="@drawable/ic_info_white_24dp" + app:srcCompat="@drawable/ic_info_white" tools:background="@android:color/holo_green_dark" android:layout_marginLeft="-8dp" android:layout_marginStart="-8dp" @@ -78,7 +79,7 @@ android:layout_height="40dp" android:background="?attr/selectableItemBackground" android:contentDescription="@string/show_feed_settings_label" - android:src="@drawable/ic_settings_white_24dp" + app:srcCompat="@drawable/ic_settings_white" tools:background="@android:color/holo_green_dark" android:scaleType="fitXY" android:padding="8dp"/> -- cgit v1.2.3