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 ++++--- res/menu/main_menu.xml | 4 ++-- res/xml/preferences.xml | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) (limited to 'res') 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"> - + android:showAsAction="ifRoom|withText"/> --> diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index c158a5f8..9f200274 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -8,7 +8,7 @@ - + -- cgit v1.2.3-54-g00ecf