From f976b25c1edf0bc4871cb66b1c20e8b3b5669a6d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Sep 2011 20:05:00 +0400 Subject: rework authentication base feedlist adapter on sqlite --- res/layout/feeds_fragment.xml | 2 +- res/layout/feeds_row.xml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'res/layout') diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml index 049b82ac..54e92c6c 100644 --- a/res/layout/feeds_fragment.xml +++ b/res/layout/feeds_fragment.xml @@ -8,6 +8,6 @@ android:layout_width="match_parent" android:id="@+id/feeds" android:layout_height="match_parent"> diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml index 81c58b46..a53e0eeb 100644 --- a/res/layout/feeds_row.xml +++ b/res/layout/feeds_row.xml @@ -4,20 +4,21 @@ android:layout_height="?android:attr/listPreferredItemHeight" android:orientation="horizontal" android:gravity="center_vertical" - android:padding="6dip" android:id="@+id/feeds_row"> + android:padding="3dip" android:id="@+id/feeds_row">