Fix tab overlap issues on larger screens

This commit is contained in:
Ciaran Gultnieks 2012-08-29 07:52:29 +01:00
parent 87b229b95d
commit 021506b8d6

@ -15,7 +15,7 @@
<FrameLayout android:id="@android:id/tabcontent"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:paddingTop="65px">
android:paddingTop="65dp">
<ListView android:id="@android:id/list" android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</FrameLayout>