summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_header.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-12-04 12:16:47 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2014-12-19 19:47:37 +0100
commit8083a064a0d94c90c1927932f2cb01bac69af6ad (patch)
tree46e5db0291200e7ff3e286410ce8692cfa3a4ba9 /app/src/main/res/layout/feeditemlist_header.xml
parent520e0ae8db8bf98ab7bcac6db2141ab4251d2d5d (diff)
downloadAntennaPod-8083a064a0d94c90c1927932f2cb01bac69af6ad.zip
Improved look of ItemlistFragment header
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_header.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_header.xml17
1 files changed, 14 insertions, 3 deletions
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
@@ -7,6 +7,12 @@
tools:context="de.danoeh.antennapod.activity.MainActivity">
<ImageView
+ android:id="@+id/imgvBackground"
+ style="@style/BigBlurryBackground"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
+ <ImageView
android:id="@+id/imgvCover"
android:layout_width="@dimen/thumbnail_length_onlinefeedview"
android:layout_height="@dimen/thumbnail_length_onlinefeedview"
@@ -29,7 +35,7 @@
android:layout_marginTop="8dp"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/show_info_label"
- android:src="?attr/action_about" />
+ android:src="@drawable/ic_info_white_24dp" />
<TextView
android:id="@+id/txtvTitle"
@@ -43,7 +49,10 @@
android:layout_toLeftOf="@id/butShowInfo"
android:layout_toRightOf="@id/imgvCover"
android:ellipsize="end"
- android:maxLines="2" />
+ android:maxLines="2"
+ android:shadowColor="@color/black"
+ android:shadowRadius="3"
+ android:textColor="@color/white" />
<TextView
android:id="@+id/txtvAuthor"
@@ -56,7 +65,9 @@
android:layout_toRightOf="@id/imgvCover"
android:ellipsize="end"
android:lines="1"
- android:textColor="?android:attr/textColorSecondary"
+ android:shadowColor="@color/black"
+ android:shadowRadius="3"
+ android:textColor="@color/white"
android:textSize="@dimen/text_size_small" />