summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2011-06-04 13:29:00 -0700
committerMichael Kolb <kolby@google.com>2011-06-17 15:03:52 -0700
commit9829b43575a4e517a8f7f4aae836bf28728fb85b (patch)
tree5eb930c3acc4a0aae060d195cb443a082992f8b0 /res/layout-land
parent7dc444b4c3b70a09a33c0892fb8677922bdf1ecc (diff)
downloadpackages_apps_Browser-9829b43575a4e517a8f7f4aae836bf28728fb85b.tar.gz
packages_apps_Browser-9829b43575a4e517a8f7f4aae836bf28728fb85b.tar.bz2
packages_apps_Browser-9829b43575a4e517a8f7f4aae836bf28728fb85b.zip
nav mods
Change-Id: I80afd61d8d85b39fdeefacb1303294a33f696b75
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/nav_screen.xml33
1 files changed, 17 insertions, 16 deletions
diff --git a/res/layout-land/nav_screen.xml b/res/layout-land/nav_screen.xml
index e4eb8006e..cf2e144af 100644
--- a/res/layout-land/nav_screen.xml
+++ b/res/layout-land/nav_screen.xml
@@ -18,49 +18,50 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/nav_screen"
android:layout_width="match_parent"
- android:layout_height="match_parent" >
+ android:layout_height="match_parent"
+ android:background="@drawable/nav_screen_bg" >
<LinearLayout
android:id="@+id/tabbar"
- android:orientation="vertical"
- android:layout_width="44dip"
- android:layout_height="match_parent"
- android:layout_alignParentRight="true"
- android:background="#80404040">
+ android:orientation="horizontal"
+ android:layout_width="match_parent"
+ android:layout_height="44dip"
+ android:layout_alignParentBottom="true"
+ android:background="#C0404040">
<ImageButton
android:id="@+id/newtab"
- android:layout_height="0dip"
+ android:layout_width="0dip"
android:layout_weight="0.25"
- android:layout_width="match_parent"
+ android:layout_height="match_parent"
style="@style/HoloButton"
android:gravity="center_vertical"
android:src="@drawable/ic_new_window_holo_dark" />
<ImageButton
android:id="@+id/newincognito"
- android:layout_height="0dip"
+ android:layout_width="0dip"
android:layout_weight="0.25"
- android:layout_width="match_parent"
+ android:layout_height="match_parent"
style="@style/HoloButton"
android:gravity="center_vertical"
android:src="@drawable/ic_new_incognito_holo_dark" />
<ImageButton
android:id="@+id/bookmarks"
- android:layout_height="0dip"
+ android:layout_width="0dip"
android:layout_weight="0.25"
- android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:src="@drawable/ic_bookmarks_history_holo_dark"
style="@style/HoloButton" />
<ImageButton
android:id="@+id/more"
- android:layout_height="0dip"
+ android:layout_width="0dip"
android:layout_weight="0.25"
- android:layout_width="match_parent"
+ android:layout_height="match_parent"
style="@style/HoloButton"
android:gravity="center_vertical"
android:src="@*android:drawable/ic_menu_moreoverflow_normal_holo_dark" />
</LinearLayout>
- <com.android.browser.NavTabScroller
+ <com.android.browser.NavTabGallery
android:id="@+id/scroller"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_toLeftOf="@id/tabbar" />
+ android:layout_above="@id/tabbar" />
</RelativeLayout>