From f44aea0d5e68d6cddf4efcfbea31e732eeff4761 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Sun, 6 Mar 2011 13:19:25 +0100 Subject: [PATCH] channelitem.xml: Use dp for padding and sp for fonts --- application/res/layout/channelitem.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/res/layout/channelitem.xml b/application/res/layout/channelitem.xml index 951b75a..1a58f80 100644 --- a/application/res/layout/channelitem.xml +++ b/application/res/layout/channelitem.xml @@ -23,6 +23,6 @@ along with Yaaic. If not, see . android:id="@+id/host" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:padding="7px" + android:padding="7dp" android:text="#channel" - android:textSize="14dp" /> \ No newline at end of file + android:textSize="16sp" /> \ No newline at end of file