From 4713c226557e5f43f283e7de9c6b16eaa917275a Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Sun, 6 Mar 2011 13:06:50 +0100 Subject: [PATCH] useritem.xml: Replace px by sp/dp --- application/res/layout/useritem.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/res/layout/useritem.xml b/application/res/layout/useritem.xml index 304d9d1..07d3798 100644 --- a/application/res/layout/useritem.xml +++ b/application/res/layout/useritem.xml @@ -23,7 +23,8 @@ along with Yaaic. If not, see . android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="5px" - android:textSize="12px" + android:textSize="14dp" + android:text="pocmo" android:drawableLeft="@drawable/user" - android:drawablePadding="3px"> + android:drawablePadding="3dp"> \ No newline at end of file