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)
This commit is contained in:
ByteHamster 2018-02-13 00:53:28 +01:00
parent 2f6c9c49f8
commit 2fed8ff104
1 changed files with 1 additions and 0 deletions

View File

@ -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">