From 8083a064a0d94c90c1927932f2cb01bac69af6ad Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Thu, 4 Dec 2014 12:16:47 +0100 Subject: Improved look of ItemlistFragment header --- app/src/main/res/layout/feeditemlist_header.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/layout/feeditemlist_header.xml') diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml index fc38c6797..e55ef4c3e 100644 --- a/app/src/main/res/layout/feeditemlist_header.xml +++ b/app/src/main/res/layout/feeditemlist_header.xml @@ -6,6 +6,12 @@ android:layout_height="@dimen/feeditemlist_header_height" tools:context="de.danoeh.antennapod.activity.MainActivity"> + + + android:src="@drawable/ic_info_white_24dp" /> + android:maxLines="2" + android:shadowColor="@color/black" + android:shadowRadius="3" + android:textColor="@color/white" /> -- cgit v1.2.3