mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
4f7063b90a
--HG-- extra : rebase_source : 7f590f1f0b21e15ced7efd59f6cf0cf9394e4671
28 lines
1.2 KiB
XML
28 lines
1.2 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">
|
|
|
|
<Gecko.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"/>
|
|
|
|
<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"/>
|
|
|
|
</merge>
|