From 2fed8ff104676a09c525f52ecdb54a2cd5a67494 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Tue, 13 Feb 2018 00:53:28 +0100 Subject: [PATCH] Darken background of feed header This change only applies to feed items using transparent backgrounds. The item is darkened but the background keeps transparent, which looks weird, especially in light theme (have a look at the 34C3 feed) --- app/src/main/res/layout/feeditemlist_header.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml index 361b583c9..01b6ea8fe 100644 --- a/app/src/main/res/layout/feeditemlist_header.xml +++ b/app/src/main/res/layout/feeditemlist_header.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="#5000" tools:context="de.danoeh.antennapod.activity.MainActivity" tools:background="@android:color/darker_gray">