diff options
author | ByteHamster <info@bytehamster.com> | 2018-02-13 00:53:28 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2018-02-13 00:53:31 +0100 |
commit | 2fed8ff104676a09c525f52ecdb54a2cd5a67494 (patch) | |
tree | 0fd0bf65f743c9b2c6149fae6323e3e4e63dc042 /app/src | |
parent | 2f6c9c49f81ddb735d5241026ee661a3a88b0cd2 (diff) | |
download | AntennaPod-2fed8ff104676a09c525f52ecdb54a2cd5a67494.zip |
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)
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/layout/feeditemlist_header.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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"> |