From 3156e3b7047ce85c530a0df4c71d2c4375b30db4 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Sun, 6 Mar 2011 12:18:55 +0100 Subject: [PATCH] channeladd.xml: Replace px by sp/dp --- application/res/layout/channeladd.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/res/layout/channeladd.xml b/application/res/layout/channeladd.xml index 51376ee..30ae964 100644 --- a/application/res/layout/channeladd.xml +++ b/application/res/layout/channeladd.xml @@ -28,7 +28,7 @@ along with Yaaic. If not, see . android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/channel_add_description" - android:padding="5px" /> + android:padding="5dp" /> . android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/action_add" - android:minWidth="50px" /> + android:minWidth="75dp" /> . android:layout_height="wrap_content" android:id="@+id/ok" android:text="@string/action_ok" - android:minWidth="75px" /> + android:minWidth="90dp" />