diff options
Diffstat (limited to 'res/layout-land/nav_screen.xml')
-rw-r--r-- | res/layout-land/nav_screen.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/res/layout-land/nav_screen.xml b/res/layout-land/nav_screen.xml index 846b809..e4eb800 100644 --- a/res/layout-land/nav_screen.xml +++ b/res/layout-land/nav_screen.xml @@ -20,17 +20,10 @@ android:layout_width="match_parent" android:layout_height="match_parent" > <LinearLayout - android:id="@+id/titlebar" - android:orientation="horizontal" - android:layout_width="match_parent" - android:layout_height="@dimen/toolbar_height" - android:background="@drawable/bg_urlbar" /> - <LinearLayout android:id="@+id/tabbar" android:orientation="vertical" android:layout_width="44dip" android:layout_height="match_parent" - android:layout_below="@id/titlebar" android:layout_alignParentRight="true" android:background="#80404040"> <ImageButton @@ -69,7 +62,5 @@ android:id="@+id/scroller" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_toLeftOf="@id/tabbar" - android:paddingTop="0dp" - android:paddingBottom="10dp" /> + android:layout_toLeftOf="@id/tabbar" /> </RelativeLayout> |