Fixed footer layout for api 14+

This commit is contained in:
daniel oeh 2012-08-01 10:29:11 +02:00
parent 22fb9c2317
commit 7d0cca1147
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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"