2012-07-09 20:21:20 +00:00
|
|
|
<?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">
|
|
|
|
|
2013-06-27 23:51:50 +00:00
|
|
|
<org.mozilla.gecko.widget.IconTabWidget android:id="@+id/tab_widget"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:tabStripEnabled="false"
|
2013-07-26 00:06:02 +00:00
|
|
|
android:divider="@drawable/tab_indicator_divider"
|
|
|
|
android:layout="@layout/tabs_panel_indicator"/>
|
2013-01-18 19:41:44 +00:00
|
|
|
|
|
|
|
<View android:layout_width="0dip"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_weight="1.0"/>
|
|
|
|
|
2012-12-19 20:27:42 +00:00
|
|
|
<ImageButton android:id="@+id/add_tab"
|
2013-05-28 15:48:27 +00:00
|
|
|
style="@style/UrlBar.ImageButton"
|
2012-12-19 20:27:42 +00:00
|
|
|
android:layout_width="@dimen/browser_toolbar_height"
|
|
|
|
android:layout_height="@dimen/browser_toolbar_height"
|
|
|
|
android:padding="@dimen/browser_toolbar_button_padding"
|
2013-01-10 20:22:43 +00:00
|
|
|
android:src="@drawable/tab_new_level"
|
2012-12-19 20:27:42 +00:00
|
|
|
android:contentDescription="@string/new_tab"
|
2013-03-18 21:44:39 +00:00
|
|
|
android:background="@drawable/action_bar_button_inverse"/>
|
2012-12-19 20:27:42 +00:00
|
|
|
|
2012-07-09 20:21:20 +00:00
|
|
|
</merge>
|