blob: d3683b107595f6415e1e718d5e285f1b4f23ce87 [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 -->
Michael Kolbebba8b42010-09-30 12:57:59 -070013<merge
Michael Kolba2b2ba82010-08-04 17:54:03 -070014 xmlns:android="http://schemas.android.com/apk/res/android"
15 android:id="@+id/tabbarcontent"
16 android:layout_width="match_parent"
Michael Kolb2b5a13a2010-12-09 14:13:42 -080017 android:layout_height="56dip"
Michael Kolbebba8b42010-09-30 12:57:59 -070018 android:orientation="horizontal"
Michael Kolbed217742010-08-10 17:52:34 -070019 style="@style/ActionBarStyle"
Michael Kolbebba8b42010-09-30 12:57:59 -070020 >
Michael Kolbed217742010-08-10 17:52:34 -070021 <com.android.browser.TabScrollView
22 android:id="@+id/tabs"
Michael Kolbb4cafc52011-01-12 16:55:04 -080023 android:layout_width="0dip"
Michael Kolb2b5a13a2010-12-09 14:13:42 -080024 android:layout_height="44dip"
Michael Kolbb4cafc52011-01-12 16:55:04 -080025 android:layout_weight="1.0"
Michael Kolbed217742010-08-10 17:52:34 -070026 android:orientation="horizontal" />
Michael Kolbebba8b42010-09-30 12:57:59 -070027 <ImageButton
28 android:id="@+id/newtab"
29 android:src="@drawable/ic_menu_new_window"
30 android:layout_width="wrap_content"
Michael Kolb2b5a13a2010-12-09 14:13:42 -080031 android:layout_height="44dip"
Michael Kolbebba8b42010-09-30 12:57:59 -070032 style="@style/HoloButton"
Michael Kolb2b5a13a2010-12-09 14:13:42 -080033 android:background="@drawable/browsertab_add" />
Michael Kolbebba8b42010-09-30 12:57:59 -070034</merge>