mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
ea6ba8982d
--HG-- extra : rebase_source : a64bfad708d610e7c9ad78ed2d21132da45d80f4
48 lines
2.0 KiB
XML
48 lines
2.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">
|
|
|
|
<Spinner android:id="@+id/tabs_menu"
|
|
android:layout_width="0dip"
|
|
android:layout_height="0dip"
|
|
android:visibility="gone"/>
|
|
|
|
<Button android:id="@+id/tabs_switcher_menu"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="fill_parent"
|
|
android:minWidth="200dp"
|
|
android:gravity="left|center_vertical"
|
|
android:textColor="#FFFFFFFF"
|
|
android:textSize="18sp"
|
|
android:text="@string/tabs_normal"
|
|
android:paddingLeft="12dp"
|
|
android:paddingRight="12dp"
|
|
android:background="@drawable/spinner"/>
|
|
|
|
<View android:layout_width="0dip"
|
|
android:layout_height="fill_parent"
|
|
android:layout_weight="1.0"/>
|
|
|
|
<ImageButton android:id="@+id/add_tab"
|
|
style="@style/AddressBar.ImageButton"
|
|
android:layout_width="@dimen/browser_toolbar_height"
|
|
android:layout_height="@dimen/browser_toolbar_height"
|
|
android:padding="@dimen/browser_toolbar_button_padding"
|
|
android:src="@drawable/tab_new_level"
|
|
android:contentDescription="@string/new_tab"
|
|
android:background="@drawable/action_bar_button"/>
|
|
|
|
<ImageButton android:id="@+id/menu"
|
|
style="@style/AddressBar.ImageButton"
|
|
android:layout_width="@dimen/browser_toolbar_height"
|
|
android:layout_height="@dimen/browser_toolbar_height"
|
|
android:padding="@dimen/browser_toolbar_button_padding"
|
|
android:src="@drawable/tabs_menu"
|
|
android:contentDescription="@string/menu"
|
|
android:background="@drawable/action_bar_button"/>
|
|
|
|
</merge>
|