summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-06-29 16:14:34 -0700
committerJohn Reck <jreck@google.com>2011-06-29 16:14:34 -0700
commit8ac4290069aa077f86d9ae67d764157bc48587da (patch)
tree39453887dfa4475a43fb0b7f809985f57b5cf72f /res/layout
parenta4816530199095b8e7ad0ebd6ac9f22dff32ea2a (diff)
downloadpackages_apps_Browser-8ac4290069aa077f86d9ae67d764157bc48587da.zip
packages_apps_Browser-8ac4290069aa077f86d9ae67d764157bc48587da.tar.gz
packages_apps_Browser-8ac4290069aa077f86d9ae67d764157bc48587da.tar.bz2
Add a tab switcher button to phones
Bug: 4976834 Change-Id: I65477157ef3caed2b064e60fa1e8f701f6537535
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/title_bar.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml
index 649a4a0..66ea1d4 100644
--- a/res/layout/title_bar.xml
+++ b/res/layout/title_bar.xml
@@ -84,6 +84,12 @@
android:layout_height="match_parent"
android:src="@drawable/ic_forward_holo_dark"
style="@style/HoloButton" />
+ <ImageButton
+ android:id="@+id/tab_switcher"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:src="@drawable/ic_windows_holo_dark"
+ style="@style/HoloButton" />
</LinearLayout>
<LinearLayout
android:id="@+id/autologin"