summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-09-28 12:25:52 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-09-28 12:25:52 +0200
commit83bb0a608440c21ce61af68df0a8be0c387f1c0c (patch)
treedd9eb06f094397e72010ce9ac824b5cb60d5038a /res
parent79cb4b35a89cdc78017afe8c91d9726c58233ef7 (diff)
downloadAntennaPod-83bb0a608440c21ce61af68df0a8be0c387f1c0c.zip
Improved layout of chaperlist
Diffstat (limited to 'res')
-rw-r--r--res/layout/simplechapter_item.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/res/layout/simplechapter_item.xml b/res/layout/simplechapter_item.xml
index 99ba0b0a9..422458d5d 100644
--- a/res/layout/simplechapter_item.xml
+++ b/res/layout/simplechapter_item.xml
@@ -2,7 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingBottom="8dp" >
+ android:paddingBottom="12dp"
+ android:paddingTop="12dp">
<TextView
android:id="@+id/txtvStart"
@@ -11,7 +12,8 @@
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_margin="8dp"
- android:textColor="?android:attr/textColorSecondary" />
+ android:textColor="?android:attr/textColorSecondary"
+ android:textSize="@dimen/text_size_small"/>
<TextView
android:id="@+id/txtvTitle"
@@ -19,9 +21,10 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
- android:layout_margin="8dp"
+ android:padding="8dp"
android:layout_toLeftOf="@id/txtvStart"
- android:textStyle="bold" />
+ android:textColor="?android:attr/textColorPrimary"
+ android:textSize="@dimen/text_size_small"/>
<TextView
android:id="@+id/txtvLink"
@@ -34,6 +37,7 @@
android:layout_toLeftOf="@id/txtvStart"
android:focusable="false"
android:focusableInTouchMode="false"
+ android:visibility="gone"
android:maxLines="2" />
</RelativeLayout> \ No newline at end of file