blob: bbb22a571b46709f63debe0000a07c30b77333f4 [file] [log] [blame]
Michael Kolba2b2ba82010-08-04 17:54:03 -07001<?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright 2010, The Android Open Source Project Licensed under the
4 Apache License, Version 2.0 (the "License"); you may not use this file
5 except in compliance with the License. You may obtain a copy of the
6 License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by
7 applicable law or agreed to in writing, software distributed under the
8 License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9 CONDITIONS OF ANY KIND, either express or implied. See the License for
10 the specific language governing permissions and limitations under the
11 License.
12 -->
Enrico Ros1f5a0952014-11-18 20:15:48 -080013<merge xmlns:android="http://schemas.android.com/apk/res/android"
Michael Kolba2b2ba82010-08-04 17:54:03 -070014 android:id="@+id/tabbarcontent"
15 android:layout_width="match_parent"
John Reck30b065e2011-07-19 10:58:05 -070016 android:layout_height="?android:attr/actionBarSize"
Enrico Ros1f5a0952014-11-18 20:15:48 -080017 android:orientation="horizontal">
18
Bijan Amirzada41242f22014-03-21 12:12:18 -070019 <com.android.browser.TabScrollView
Michael Kolbed217742010-08-10 17:52:34 -070020 android:id="@+id/tabs"
Michael Kolbb4cafc52011-01-12 16:55:04 -080021 android:layout_width="0dip"
Michael Kolb9a377a42012-05-02 14:59:02 -070022 android:layout_height="match_parent"
Michael Kolbb4cafc52011-01-12 16:55:04 -080023 android:layout_weight="1.0"
Michael Kolbed217742010-08-10 17:52:34 -070024 android:orientation="horizontal" />
Enrico Ros1f5a0952014-11-18 20:15:48 -080025
Michael Kolbebba8b42010-09-30 12:57:59 -070026 <ImageButton
27 android:id="@+id/newtab"
Enrico Ros1f5a0952014-11-18 20:15:48 -080028 style="@style/NavButton"
Michael Kolbebba8b42010-09-30 12:57:59 -070029 android:layout_width="wrap_content"
Enrico Ros1f5a0952014-11-18 20:15:48 -080030 android:background="@drawable/add_tab_selector"
31 android:src="@drawable/ic_menu_new_window" />
John Reck30b065e2011-07-19 10:58:05 -070032</merge>