mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
29 lines
1.4 KiB
XML
29 lines
1.4 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">
|
|
|
|
<org.mozilla.gecko.widget.IconTabWidget android:id="@+id/tab_widget"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="fill_parent"
|
|
android:tabStripEnabled="false"
|
|
android:divider="@drawable/tab_indicator_divider"
|
|
android:layout="@layout/tabs_panel_indicator"/>
|
|
|
|
<View android:layout_width="0dip"
|
|
android:layout_height="fill_parent"
|
|
android:layout_weight="1.0"/>
|
|
|
|
<ImageButton android:id="@+id/add_tab"
|
|
style="@style/UrlBar.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_inverse"/>
|
|
|
|
</merge>
|