From 0e50b86d2dff50766d2e0414122f971d814592c5 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Thu, 9 May 2013 17:47:50 +0200 Subject: refactoring: clean up useful apps activity --- main/res/layout/useful_apps.xml | 24 ------------------------ main/res/layout/useful_apps_activity.xml | 23 +++++++++++++++++++++++ main/res/layout/useful_apps_item.xml | 3 ++- 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 main/res/layout/useful_apps.xml create mode 100644 main/res/layout/useful_apps_activity.xml (limited to 'main/res') diff --git a/main/res/layout/useful_apps.xml b/main/res/layout/useful_apps.xml deleted file mode 100644 index 8fd73bf..0000000 --- a/main/res/layout/useful_apps.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/main/res/layout/useful_apps_activity.xml b/main/res/layout/useful_apps_activity.xml new file mode 100644 index 0000000..84bcf39 --- /dev/null +++ b/main/res/layout/useful_apps_activity.xml @@ -0,0 +1,23 @@ + + + + + + + + + \ No newline at end of file diff --git a/main/res/layout/useful_apps_item.xml b/main/res/layout/useful_apps_item.xml index 5c8f6f0..70e7baf 100644 --- a/main/res/layout/useful_apps_item.xml +++ b/main/res/layout/useful_apps_item.xml @@ -4,6 +4,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="10dip" + android:descendantFocusability="blocksDescendants" android:orientation="vertical" > @@ -43,7 +44,7 @@ android:textColor="?text_color" android:textColorLink="?text_color_link" android:textIsSelectable="false" - android:textSize="14dip" /> + android:textSize="14sp" /> \ No newline at end of file -- cgit v1.1