Add a tab switcher button to phones
Bug: 4976834
Change-Id: I65477157ef3caed2b064e60fa1e8f701f6537535
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"