summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-10-06 02:41:23 +0200
committerlado <herrlado@gmail.com>2011-10-06 02:41:23 +0200
commitfb30d4e62153b45c38d756521123d3c64548990d (patch)
tree34d8136055369a56475531e534404184c1a829cb
parentac8e359b9a5077e546ed31c96510965bb176410d (diff)
downloadvdr-manager-fb30d4e62153b45c38d756521123d3c64548990d.tar.gz
vdr-manager-fb30d4e62153b45c38d756521123d3c64548990d.tar.bz2
increase the font size for the description
-rw-r--r--vdrmanager/res/layout/epg_detail.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/vdrmanager/res/layout/epg_detail.xml b/vdrmanager/res/layout/epg_detail.xml
index 80aead1..41305a2 100644
--- a/vdrmanager/res/layout/epg_detail.xml
+++ b/vdrmanager/res/layout/epg_detail.xml
@@ -86,11 +86,9 @@
android:layout_height="wrap_content"
android:layout_weight="1">
- <TextView
- android:textAppearance="?android:textAppearanceSmall"
+ <TextView android:textSize="17dip"
android:id="@+id/epg_detail_description"
android:layout_width="fill_parent"
- android:text="Lorem Ipsum"
android:layout_height="fill_parent">
</TextView>