summaryrefslogtreecommitdiff
path: root/res/layout/feeditem_dialog.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-05-17 13:49:03 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-05-17 13:49:03 +0200
commit0d1803413c19ec78a0f0a79e3d6e8d07cf1b8a2a (patch)
treef6c3d0cf0e63ad9bba0e68c3db0a6462dff85393 /res/layout/feeditem_dialog.xml
parent640b36912abe3b27cb8188e7d6c3b4acafe27d6a (diff)
downloadAntennaPod-0d1803413c19ec78a0f0a79e3d6e8d07cf1b8a2a.zip
Improved space usage of title area in episode dialog
Diffstat (limited to 'res/layout/feeditem_dialog.xml')
-rw-r--r--res/layout/feeditem_dialog.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/res/layout/feeditem_dialog.xml b/res/layout/feeditem_dialog.xml
index 4241ef9c8..7d05603e8 100644
--- a/res/layout/feeditem_dialog.xml
+++ b/res/layout/feeditem_dialog.xml
@@ -5,10 +5,25 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_margin="16dp"
+ android:id="@+id/txtvTitle"
+ android:layout_alignParentTop="true"
+ style="@style/AntennaPod.Dialog.Title"/>
+
+ <View
+ android:id="@+id/title_divider"
+ android:layout_width="match_parent"
+ android:layout_height="2dp"
+ android:layout_below="@id/txtvTitle"
+ android:background="@color/bright_blue"/>
+
<LinearLayout
android:id="@+id/header"
android:orientation="horizontal"
- android:layout_alignParentTop="true"
+ android:layout_below="@id/title_divider"
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -41,7 +56,7 @@
<View
android:id="@+id/divider"
android:layout_width="match_parent"
- android:layout_height="3dp"
+ android:layout_height="2dp"
android:layout_below="@id/header"
android:background="@color/bright_blue"/>