blob: e2c6d0afed7807a30a6522480974353be3721174 [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"
Michael Kolb49f15832011-01-25 15:02:27 -080021 android:layout_width="wrap_content"
22 android:layout_height="match_parent"
Michael Kolba0e2a752010-12-12 15:27:56 -080023 android:gravity="center_vertical"
24 android:src="@drawable/ic_chevron"
25 android:visibility="gone" />
26 <ImageView
Michael Kolbae62fd42010-08-18 16:33:28 -070027 android:id="@+id/incognito"
Michael Kolb49f15832011-01-25 15:02:27 -080028 android:layout_width="wrap_content"
29 android:layout_height="match_parent"
Michael Kolbc7485ae2010-09-03 10:10:58 -070030 android:gravity="center_vertical"
Justin Hodc6cbb72011-01-24 15:14:54 -080031 android:src="@drawable/ic_incognito_holo_dark"
Michael Kolbae62fd42010-08-18 16:33:28 -070032 android:visibility="gone" />
33 <ImageView
Michael Kolbfe251992010-07-08 15:41:55 -070034 android:id="@+id/favicon"
35 android:layout_width="20dip"
36 android:layout_height="20dip"
Michael Kolb49f15832011-01-25 15:02:27 -080037 android:layout_marginLeft="8dip"
38 android:layout_marginRight="8dip" />
Michael Kolbfe251992010-07-08 15:41:55 -070039 <ImageView
40 android:id="@+id/lock"
41 android:layout_width="wrap_content"
42 android:layout_height="wrap_content"
Michael Kolbfe251992010-07-08 15:41:55 -070043 android:visibility="gone" />
44 <TextView
45 android:id="@+id/title"
Michael Kolba2b2ba82010-08-04 17:54:03 -070046 android:layout_height="match_parent"
Michael Kolbfe251992010-07-08 15:41:55 -070047 android:layout_width="0dip"
48 android:layout_weight="1.0"
Michael Kolb49f15832011-01-25 15:02:27 -080049 android:paddingLeft="8dip"
50 android:paddingRight="8dip"
Michael Kolba2b2ba82010-08-04 17:54:03 -070051 android:textAppearance="?android:attr/textAppearanceSmall"
Michael Kolbc7485ae2010-09-03 10:10:58 -070052 android:textColor="@color/white"
53 android:gravity="center_vertical"
54 android:scrollHorizontally="true"
Michael Kolbc7485ae2010-09-03 10:10:58 -070055 android:lines="1"
56 android:singleLine="true" />
57 <ImageButton
Michael Kolbfe251992010-07-08 15:41:55 -070058 android:id="@+id/close"
Michael Kolb5a72f182011-01-13 20:35:06 -080059 android:background="?android:attr/selectableItemBackground"
Michael Kolbfe251992010-07-08 15:41:55 -070060 android:layout_width="wrap_content"
61 android:layout_height="wrap_content"
Michael Kolbc7485ae2010-09-03 10:10:58 -070062 android:src="@drawable/ic_tab_close" />
Michael Kolbed217742010-08-10 17:52:34 -070063</merge>