summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-04-02 21:13:13 +0200
committerByteHamster <info@bytehamster.com>2018-04-02 21:13:13 +0200
commit146ec02395dc6de0cbbc394726f39c08b9880afd (patch)
treef92ef1b01eb0abef3731dc099b1012a84f7ee491 /app
parentfcbadf1e9e76c132931b90c09d6266bb2f4f09f7 (diff)
downloadAntennaPod-146ec02395dc6de0cbbc394726f39c08b9880afd.zip
Extracted color resource
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/feeditemlist_header.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml
index 01b6ea8fe..c6ba80e2a 100644
--- a/app/src/main/res/layout/feeditemlist_header.xml
+++ b/app/src/main/res/layout/feeditemlist_header.xml
@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="#5000"
+ android:background="@color/feed_image_bg"
tools:context="de.danoeh.antennapod.activity.MainActivity"
tools:background="@android:color/darker_gray">