From fecb582f8b19fd955249e0b397db66ddf41fbe6b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Mar 2013 19:18:31 +0400 Subject: [PATCH] make items in feed and cat lists easier to click; bump version --- AndroidManifest.xml | 4 +-- res/layout/feeds_row.xml | 59 +++++++++++++++++------------- res/layout/feeds_row_selected.xml | 60 +++++++++++++++++-------------- 3 files changed, 70 insertions(+), 53 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8c700005..0216550c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="144" + android:versionName="1.21" > + android:orientation="horizontal" + android:paddingBottom="10dip" + android:paddingLeft="8dip" + android:paddingRight="8dip" + android:paddingTop="10dip" > - - - + + + + \ No newline at end of file diff --git a/res/layout/feeds_row_selected.xml b/res/layout/feeds_row_selected.xml index 7b920858..cb95a819 100644 --- a/res/layout/feeds_row_selected.xml +++ b/res/layout/feeds_row_selected.xml @@ -1,38 +1,46 @@ + android:orientation="horizontal" + android:paddingBottom="10dip" + android:paddingLeft="8dip" + android:paddingRight="8dip" + android:paddingTop="10dip" > - - - + + + + \ No newline at end of file