blob: ce3f98765f119b761516afa3d54206a7a6320b92 [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 Kolba0e2a752010-12-12 15:27:56 -080020 android:id="@+id/chevron"
21 android:layout_width="16dip"
22 android:layout_height="16dip"
23 android:layout_marginRight="4dip"
24 android:gravity="center_vertical"
25 android:src="@drawable/ic_chevron"
26 android:visibility="gone" />
27 <ImageView
Michael Kolbae62fd42010-08-18 16:33:28 -070028 android:id="@+id/incognito"
Michael Kolbc7485ae2010-09-03 10:10:58 -070029 android:layout_width="16dip"
30 android:layout_height="16dip"
Michael Kolba0e2a752010-12-12 15:27:56 -080031 android:layout_marginRight="16dip"
Michael Kolbc7485ae2010-09-03 10:10:58 -070032 android:gravity="center_vertical"
33 android:src="@drawable/fav_incognito"
Michael Kolbae62fd42010-08-18 16:33:28 -070034 android:visibility="gone" />
35 <ImageView
Michael Kolbfe251992010-07-08 15:41:55 -070036 android:id="@+id/favicon"
37 android:layout_width="20dip"
38 android:layout_height="20dip"
Michael Kolba0e2a752010-12-12 15:27:56 -080039 android:layout_marginRight="16dip" />
Michael Kolbfe251992010-07-08 15:41:55 -070040 <ImageView
41 android:id="@+id/lock"
42 android:layout_width="wrap_content"
43 android:layout_height="wrap_content"
Michael Kolba0e2a752010-12-12 15:27:56 -080044 android:layout_marginRight="16dip"
Michael Kolbfe251992010-07-08 15:41:55 -070045 android:visibility="gone" />
46 <TextView
47 android:id="@+id/title"
Michael Kolba2b2ba82010-08-04 17:54:03 -070048 android:layout_height="match_parent"
Michael Kolbfe251992010-07-08 15:41:55 -070049 android:layout_width="0dip"
50 android:layout_weight="1.0"
Michael Kolba0e2a752010-12-12 15:27:56 -080051 android:layout_marginRight="16dip"
Michael Kolba2b2ba82010-08-04 17:54:03 -070052 android:textAppearance="?android:attr/textAppearanceSmall"
Michael Kolbc7485ae2010-09-03 10:10:58 -070053 android:textColor="@color/white"
54 android:gravity="center_vertical"
55 android:scrollHorizontally="true"
56 android:fadingEdge="horizontal"
57 android:fadingEdgeLength="24dip"
58 android:lines="1"
59 android:singleLine="true" />
60 <ImageButton
Michael Kolbfe251992010-07-08 15:41:55 -070061 android:id="@+id/close"
Michael Kolbc7485ae2010-09-03 10:10:58 -070062 android:background="@drawable/browserbarbutton"
Michael Kolbfe251992010-07-08 15:41:55 -070063 android:layout_width="wrap_content"
64 android:layout_height="wrap_content"
Michael Kolba0e2a752010-12-12 15:27:56 -080065 android:layout_marginRight="16dip"
Michael Kolbc7485ae2010-09-03 10:10:58 -070066 android:src="@drawable/ic_tab_close" />
Michael Kolbed217742010-08-10 17:52:34 -070067</merge>