Fix tab overlap issues on larger screens
This commit is contained in:
parent
87b229b95d
commit
021506b8d6
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<FrameLayout android:id="@android:id/tabcontent"
|
<FrameLayout android:id="@android:id/tabcontent"
|
||||||
android:layout_width="fill_parent" android:layout_height="fill_parent"
|
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"
|
<ListView android:id="@android:id/list" android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent" />
|
android:layout_height="fill_parent" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user