summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_header.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-16 20:49:40 +0100
committerByteHamster <info@bytehamster.com>2020-03-16 22:34:06 +0100
commit9f32b6cebf503961077f1f3d26735ff17c7219e0 (patch)
tree6eec81946a639ee66d046fa63ad241c2e954cbcf /app/src/main/res/layout/feeditemlist_header.xml
parent15b1afa38b3ca1614296acc55ecc0535ac39df28 (diff)
downloadAntennaPod-9f32b6cebf503961077f1f3d26735ff17c7219e0.zip
Made icons black instead of grey
Since switching to the official Toolbar theme, the back arrow and the overflow dots are black, too.
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_header.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_header.xml5
1 files changed, 3 insertions, 2 deletions
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 @@
<LinearLayout
xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
@@ -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"/>