blob: e4a4e58fa341193d302ee05dff8969ecde70c387 [file] [log] [blame]
Michael Kolbfe251992010-07-08 15:41:55 -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 Kolbed217742010-08-10 17:52:34 -070013<merge
Michael Kolbfe251992010-07-08 15:41:55 -070014 xmlns:android="http://schemas.android.com/apk/res/android"
Michael Kolbc7485ae2010-09-03 10:10:58 -070015 android:layout_width="wrap_content"
Michael Kolba2b2ba82010-08-04 17:54:03 -070016 android:layout_height="match_parent"
Michael Kolbfe251992010-07-08 15:41:55 -070017 android:gravity="center_vertical"
Michael Kolb2b5a13a2010-12-09 14:13:42 -080018 android:orientation="horizontal">
Michael Kolbfe251992010-07-08 15:41:55 -070019 <ImageView
Michael Kolbae62fd42010-08-18 16:33:28 -070020 android:id="@+id/incognito"
Michael Kolbc7485ae2010-09-03 10:10:58 -070021 android:layout_width="16dip"
22 android:layout_height="16dip"
Michael Kolbae62fd42010-08-18 16:33:28 -070023 android:layout_marginLeft="3dip"
Michael Kolbc7485ae2010-09-03 10:10:58 -070024 android:gravity="center_vertical"
25 android:src="@drawable/fav_incognito"
Michael Kolbae62fd42010-08-18 16:33:28 -070026 android:visibility="gone" />
27 <ImageView
Michael Kolbfe251992010-07-08 15:41:55 -070028 android:id="@+id/favicon"
29 android:layout_width="20dip"
30 android:layout_height="20dip"
Michael Kolbc7485ae2010-09-03 10:10:58 -070031 android:layout_marginLeft="16dip" />
Michael Kolbfe251992010-07-08 15:41:55 -070032 <ImageView
33 android:id="@+id/lock"
34 android:layout_width="wrap_content"
35 android:layout_height="wrap_content"
Michael Kolbc7485ae2010-09-03 10:10:58 -070036 android:layout_marginLeft="16dip"
Michael Kolbfe251992010-07-08 15:41:55 -070037 android:visibility="gone" />
38 <TextView
39 android:id="@+id/title"
Michael Kolba2b2ba82010-08-04 17:54:03 -070040 android:layout_height="match_parent"
Michael Kolbfe251992010-07-08 15:41:55 -070041 android:layout_width="0dip"
42 android:layout_weight="1.0"
Michael Kolbc7485ae2010-09-03 10:10:58 -070043 android:layout_marginLeft="16dip"
Michael Kolba2b2ba82010-08-04 17:54:03 -070044 android:textAppearance="?android:attr/textAppearanceSmall"
Michael Kolbc7485ae2010-09-03 10:10:58 -070045 android:textColor="@color/white"
46 android:gravity="center_vertical"
47 android:scrollHorizontally="true"
48 android:fadingEdge="horizontal"
49 android:fadingEdgeLength="24dip"
50 android:lines="1"
51 android:singleLine="true" />
52 <ImageButton
Michael Kolbfe251992010-07-08 15:41:55 -070053 android:id="@+id/close"
Michael Kolbc7485ae2010-09-03 10:10:58 -070054 android:background="@drawable/browserbarbutton"
Michael Kolbfe251992010-07-08 15:41:55 -070055 android:layout_width="wrap_content"
56 android:layout_height="wrap_content"
Michael Kolbc7485ae2010-09-03 10:10:58 -070057 android:layout_marginLeft="16dip"
Michael Kolbc7485ae2010-09-03 10:10:58 -070058 android:src="@drawable/ic_tab_close" />
Michael Kolbed217742010-08-10 17:52:34 -070059</merge>