blob: 0b3fae1366e30200135fd650161eb63f038ab3dd [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 -->
13<LinearLayout
14 xmlns:android="http://schemas.android.com/apk/res/android"
15 android:id="@+id/tabbarcontent"
16 android:layout_width="match_parent"
17 android:layout_height="wrap_content"
Michael Kolbed217742010-08-10 17:52:34 -070018 style="@style/ActionBarStyle"
Michael Kolba2b2ba82010-08-04 17:54:03 -070019 android:orientation="horizontal">
Michael Kolba2b2ba82010-08-04 17:54:03 -070020 <ImageButton
21 android:id="@+id/showurl"
22 android:src="@drawable/ic_menu_showurl"
23 android:layout_width="48dip"
24 android:layout_height="48dip"
Michael Kolbed217742010-08-10 17:52:34 -070025 android:layout_marginLeft="3dip"
Michael Kolba2b2ba82010-08-04 17:54:03 -070026 android:background="@drawable/browserbarbutton"
Michael Kolbed217742010-08-10 17:52:34 -070027 android:visibility="gone" />
28 <com.android.browser.TabScrollView
29 android:id="@+id/tabs"
30 android:layout_width="0dp"
Michael Kolba2b2ba82010-08-04 17:54:03 -070031 android:layout_height="48dip"
Michael Kolbed217742010-08-10 17:52:34 -070032 android:layout_weight="1.0"
33 android:orientation="horizontal" />
Michael Kolba2b2ba82010-08-04 17:54:03 -070034</LinearLayout>