Fix the location of the view by accounting for the action bar size.
This commit is contained in:
@ -2,12 +2,13 @@
|
||||
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="?android:actionBarSize">
|
||||
|
||||
<TabHost
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@+id/title"
|
||||
android:layout_alignParentTop="true"
|
||||
android:id="@android:id/tabhost">
|
||||
|
||||
<RelativeLayout
|
||||
|
Reference in New Issue
Block a user