blob: 62ef2f31d513308015eaf81272ab15c1a0ac6917 [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"
Justin Hodc6cbb72011-01-24 15:14:54 -080029 android:layout_width="32dip"
30 android:layout_height="32dip"
31 android:layout_marginRight="8dip"
Michael Kolbc7485ae2010-09-03 10:10:58 -070032 android:gravity="center_vertical"
Justin Hodc6cbb72011-01-24 15:14:54 -080033 android:src="@drawable/ic_incognito_holo_dark"
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"
Michael Kolbc7485ae2010-09-03 10:10:58 -070056 android:lines="1"
57 android:singleLine="true" />
58 <ImageButton
Michael Kolbfe251992010-07-08 15:41:55 -070059 android:id="@+id/close"
Michael Kolb5a72f182011-01-13 20:35:06 -080060 android:background="?android:attr/selectableItemBackground"
Michael Kolbfe251992010-07-08 15:41:55 -070061 android:layout_width="wrap_content"
62 android:layout_height="wrap_content"
Michael Kolba0e2a752010-12-12 15:27:56 -080063 android:layout_marginRight="16dip"
Michael Kolbc7485ae2010-09-03 10:10:58 -070064 android:src="@drawable/ic_tab_close" />
Michael Kolbed217742010-08-10 17:52:34 -070065</merge>