summaryrefslogtreecommitdiff
path: root/res/layout-v14
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-01 10:29:11 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-01 10:29:11 +0200
commit7d0cca1147c57e471e850ff0ba783b28280f8c5a (patch)
tree51754dd2b80dad36b231779477ed802966917111 /res/layout-v14
parent22fb9c2317198a3c3c13761fd36ece68bf34c91a (diff)
downloadAntennaPod-7d0cca1147c57e471e850ff0ba783b28280f8c5a.zip
Fixed footer layout for api 14+
Diffstat (limited to 'res/layout-v14')
-rw-r--r--res/layout-v14/addfeed.xml3
-rw-r--r--res/layout-v14/opml_selection.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/res/layout-v14/addfeed.xml b/res/layout-v14/addfeed.xml
index 42986f208..5810288ab 100644
--- a/res/layout-v14/addfeed.xml
+++ b/res/layout-v14/addfeed.xml
@@ -24,7 +24,8 @@
<RelativeLayout
android:id="@+id/footer"
android:layout_width="fill_parent"
- android:layout_height="48dp" >
+ android:layout_height="48dp"
+ android:layout_alignParentBottom="true" >
<View
android:layout_width="match_parent"
diff --git a/res/layout-v14/opml_selection.xml b/res/layout-v14/opml_selection.xml
index e84c35646..3133debd1 100644
--- a/res/layout-v14/opml_selection.xml
+++ b/res/layout-v14/opml_selection.xml
@@ -7,7 +7,8 @@
<RelativeLayout
android:id="@+id/footer"
android:layout_width="fill_parent"
- android:layout_height="48dp" >
+ android:layout_height="48dp"
+ android:layout_alignParentBottom="true" >
<View
android:layout_width="match_parent"