From 67ec0f748c46faad1402b475d94eeed6b0b3f6fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 31 Dec 2013 11:27:19 +0100 Subject: [PATCH] Separate status and license from name and summary in app lists --- res/layout/applistitem.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/layout/applistitem.xml b/res/layout/applistitem.xml index 6fa18622b..02d80ea0c 100644 --- a/res/layout/applistitem.xml +++ b/res/layout/applistitem.xml @@ -55,6 +55,7 @@ android:paddingBottom="2dp" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginLeft="6dp" android:layout_alignParentTop="true" android:layout_alignParentRight="true" /> @@ -64,6 +65,7 @@ android:ellipsize="end" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginLeft="6dp" android:layout_alignParentBottom="true" android:layout_alignParentRight="true" />