gecko/mobile/android/base/resources/layout-xlarge-v11/tabs_panel_header.xml
Sriram Ramasubramanian ae20ff569a Bug 832433: Remove Android Tabs widget in tabs ui. [r=mfinkle] [needs-clobber]
--HG--
extra : rebase_source : a64bfad708d610e7c9ad78ed2d21132da45d80f4
2013-01-18 11:58:45 -08:00

25 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<Button android:id="@id/tabs_switcher_menu"
android:layout_width="0dip"
android:layout_height="0dip"
android:visibility="gone"/>
<Spinner android:id="@+id/tabs_menu"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginLeft="12dp"
android:layout_marginRight="12dp"
android:background="@drawable/spinner"
android:popupBackground="@drawable/menu_popup_bg"
android:dropDownHorizontalOffset="0dip"
android:dropDownSelector="@drawable/action_bar_button"
android:entries="@array/tabs_panel_spinner"/>
</merge>