Michael Kolb | fe25199 | 2010-07-08 15:41:55 -0700 | [diff] [blame] | 1 | <?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 Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 13 | <merge |
Michael Kolb | fe25199 | 2010-07-08 15:41:55 -0700 | [diff] [blame] | 14 | xmlns:android="http://schemas.android.com/apk/res/android" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 15 | android:layout_width="wrap_content" |
Michael Kolb | a2b2ba8 | 2010-08-04 17:54:03 -0700 | [diff] [blame] | 16 | android:layout_height="match_parent" |
Michael Kolb | fe25199 | 2010-07-08 15:41:55 -0700 | [diff] [blame] | 17 | android:gravity="center_vertical" |
Michael Kolb | 2b5a13a | 2010-12-09 14:13:42 -0800 | [diff] [blame] | 18 | android:orientation="horizontal"> |
Michael Kolb | fe25199 | 2010-07-08 15:41:55 -0700 | [diff] [blame] | 19 | <ImageView |
Michael Kolb | ae62fd4 | 2010-08-18 16:33:28 -0700 | [diff] [blame] | 20 | android:id="@+id/incognito" |
Michael Kolb | 49f1583 | 2011-01-25 15:02:27 -0800 | [diff] [blame] | 21 | android:layout_width="wrap_content" |
| 22 | android:layout_height="match_parent" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 23 | android:gravity="center_vertical" |
Justin Ho | dc6cbb7 | 2011-01-24 15:14:54 -0800 | [diff] [blame] | 24 | android:src="@drawable/ic_incognito_holo_dark" |
Michael Kolb | ae62fd4 | 2010-08-18 16:33:28 -0700 | [diff] [blame] | 25 | android:visibility="gone" /> |
| 26 | <ImageView |
John Reck | 541f55a | 2011-06-07 16:34:43 -0700 | [diff] [blame] | 27 | android:id="@+id/snapshot" |
| 28 | android:layout_width="wrap_content" |
| 29 | android:layout_height="match_parent" |
| 30 | android:gravity="center_vertical" |
John Reck | 0f602f3 | 2011-07-07 15:38:43 -0700 | [diff] [blame] | 31 | android:src="@drawable/ic_search_category_history" |
John Reck | 541f55a | 2011-06-07 16:34:43 -0700 | [diff] [blame] | 32 | android:visibility="gone" /> |
| 33 | <ImageView |
Michael Kolb | fe25199 | 2010-07-08 15:41:55 -0700 | [diff] [blame] | 34 | android:id="@+id/favicon" |
| 35 | android:layout_width="20dip" |
| 36 | android:layout_height="20dip" |
Michael Kolb | 49f1583 | 2011-01-25 15:02:27 -0800 | [diff] [blame] | 37 | android:layout_marginLeft="8dip" |
| 38 | android:layout_marginRight="8dip" /> |
Michael Kolb | fe25199 | 2010-07-08 15:41:55 -0700 | [diff] [blame] | 39 | <ImageView |
| 40 | android:id="@+id/lock" |
| 41 | android:layout_width="wrap_content" |
| 42 | android:layout_height="wrap_content" |
Michael Kolb | fe25199 | 2010-07-08 15:41:55 -0700 | [diff] [blame] | 43 | android:visibility="gone" /> |
| 44 | <TextView |
| 45 | android:id="@+id/title" |
Michael Kolb | a2b2ba8 | 2010-08-04 17:54:03 -0700 | [diff] [blame] | 46 | android:layout_height="match_parent" |
Michael Kolb | fe25199 | 2010-07-08 15:41:55 -0700 | [diff] [blame] | 47 | android:layout_width="0dip" |
| 48 | android:layout_weight="1.0" |
Michael Kolb | 49f1583 | 2011-01-25 15:02:27 -0800 | [diff] [blame] | 49 | android:paddingLeft="8dip" |
| 50 | android:paddingRight="8dip" |
Michael Kolb | a2b2ba8 | 2010-08-04 17:54:03 -0700 | [diff] [blame] | 51 | android:textAppearance="?android:attr/textAppearanceSmall" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 52 | android:textColor="@color/white" |
| 53 | android:gravity="center_vertical" |
| 54 | android:scrollHorizontally="true" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 55 | android:lines="1" |
| 56 | android:singleLine="true" /> |
| 57 | <ImageButton |
Michael Kolb | fe25199 | 2010-07-08 15:41:55 -0700 | [diff] [blame] | 58 | android:id="@+id/close" |
Michael Kolb | 5a72f18 | 2011-01-13 20:35:06 -0800 | [diff] [blame] | 59 | android:background="?android:attr/selectableItemBackground" |
Michael Kolb | fe25199 | 2010-07-08 15:41:55 -0700 | [diff] [blame] | 60 | android:layout_width="wrap_content" |
| 61 | android:layout_height="wrap_content" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 62 | android:src="@drawable/ic_tab_close" /> |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 63 | </merge> |