From cd2a12c8edad3d9292a3cc0e45559304a741a39c Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 8 Aug 2013 13:45:50 +0000 Subject: [PATCH] Use dp instead of px, removed invalid property (for LinearLayout) --- res/layout/news.xml | 3 +-- res/layout/peers.xml | 3 +-- res/layout/text_resource.xml | 2 +- res/layout/web.xml | 3 +-- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/res/layout/news.xml b/res/layout/news.xml index 36f51cc82..4d7e472d8 100644 --- a/res/layout/news.xml +++ b/res/layout/news.xml @@ -3,13 +3,12 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:padding="10px" + android:padding="10dp" >