From 146ec02395dc6de0cbbc394726f39c08b9880afd Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Mon, 2 Apr 2018 21:13:13 +0200 Subject: Extracted color resource --- app/src/main/res/layout/feeditemlist_header.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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"> -- cgit v1.2.3