From 1376b5284849e198f2a2c8346d681d49d30a4234 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Thu, 22 Aug 2013 15:11:37 +0200 Subject: Improved AddFeedActivity layout, added gpodder.net toplist fragment --- res/layout-v14/addfeed.xml | 69 ++++++++++++++++++++++----------- res/layout/addfeed.xml | 64 ++++++++++++++++++++---------- res/layout/gpodnet_main.xml | 12 ++++++ res/layout/gpodnet_podcast_list.xml | 34 ++++++++++++++++ res/layout/gpodnet_podcast_listitem.xml | 44 +++++++++++++++++++++ res/values/ids.xml | 1 + res/values/strings.xml | 6 +-- 7 files changed, 185 insertions(+), 45 deletions(-) create mode 100644 res/layout/gpodnet_main.xml create mode 100644 res/layout/gpodnet_podcast_list.xml create mode 100644 res/layout/gpodnet_podcast_listitem.xml (limited to 'res') diff --git a/res/layout-v14/addfeed.xml b/res/layout-v14/addfeed.xml index 14d3a2a67..5760bea95 100644 --- a/res/layout-v14/addfeed.xml +++ b/res/layout-v14/addfeed.xml @@ -1,20 +1,21 @@ + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical"> + android:focusableInTouchMode="true" + android:layout_alignParentBottom="true"> + android:background="?android:attr/dividerVertical"/> + android:background="?android:attr/dividerVertical"/>