Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 2 | <!-- |
| 3 | Copyright 2009, The Android Open Source Project |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 4 | |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 8 | |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 9 | http://www.apache.org/licenses/LICENSE-2.0 |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 10 | |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 16 | --> |
| 17 | |
| 18 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
Romain Guy | 15b8ec6 | 2010-01-08 15:06:43 -0800 | [diff] [blame^] | 19 | android:layout_width="match_parent" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 20 | android:layout_height="wrap_content" |
| 21 | android:orientation="vertical" |
Leon Scroggins | 5bd55d1 | 2009-09-22 11:23:52 -0400 | [diff] [blame] | 22 | android:paddingLeft="8dip" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 23 | android:paddingRight="12dip" |
Leon Scroggins | 5bd55d1 | 2009-09-22 11:23:52 -0400 | [diff] [blame] | 24 | android:paddingTop="2dip" |
Leon Scroggins | 3f68d27 | 2009-09-29 13:08:35 -0400 | [diff] [blame] | 25 | android:paddingBottom="1dip" |
Leon Scroggins | 5bd55d1 | 2009-09-22 11:23:52 -0400 | [diff] [blame] | 26 | android:background="@drawable/search_plate_browser" > |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 27 | |
| 28 | <ProgressBar android:id="@+id/progress_horizontal" |
| 29 | style="?android:attr/progressBarStyleHorizontal" |
Romain Guy | 15b8ec6 | 2010-01-08 15:06:43 -0800 | [diff] [blame^] | 30 | android:layout_width="match_parent" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 31 | android:layout_height="5dip" |
Leon Scroggins | 73d5e98 | 2009-10-09 14:54:44 -0400 | [diff] [blame] | 32 | android:layout_marginLeft="1dip" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 33 | android:max="100" |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 34 | /> |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 35 | |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 36 | <LinearLayout |
Romain Guy | 15b8ec6 | 2010-01-08 15:06:43 -0800 | [diff] [blame^] | 37 | android:layout_width="match_parent" |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 38 | android:layout_height="wrap_content" |
Leon Scroggins | f4bb18a | 2009-09-11 18:37:53 -0400 | [diff] [blame] | 39 | android:orientation="horizontal" |
| 40 | > |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 41 | |
Leon Scroggins | 6857939 | 2009-09-15 15:31:54 -0400 | [diff] [blame] | 42 | <LinearLayout android:id="@+id/title_bg" |
Leon Scroggins | f71f9fb | 2009-09-23 16:19:22 -0400 | [diff] [blame] | 43 | android:background="@drawable/title_text" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 44 | android:layout_width="0dip" |
| 45 | android:layout_weight="1.0" |
Leon Scroggins | 62e8f94 | 2009-09-03 15:08:54 -0400 | [diff] [blame] | 46 | android:layout_height="wrap_content" |
Leon Scroggins | f4bb18a | 2009-09-11 18:37:53 -0400 | [diff] [blame] | 47 | android:gravity="center_vertical" |
| 48 | android:orientation="horizontal" |
| 49 | > |
| 50 | <ImageView android:id="@+id/favicon" |
| 51 | android:layout_width="20dip" |
| 52 | android:layout_height="20dip" |
| 53 | android:layout_marginLeft="3dip" |
| 54 | /> |
| 55 | <ImageView android:id="@+id/lock" |
| 56 | android:layout_width="wrap_content" |
| 57 | android:layout_height="wrap_content" |
| 58 | android:layout_marginLeft="6dip" |
| 59 | android:visibility="gone" |
| 60 | /> |
| 61 | <TextView |
| 62 | android:id="@+id/title" |
| 63 | android:layout_height="wrap_content" |
| 64 | android:layout_width="0dip" |
| 65 | android:layout_weight="1.0" |
| 66 | android:paddingLeft="8dip" |
| 67 | android:paddingRight="6dip" |
| 68 | android:textAppearance="?android:attr/textAppearanceMedium" |
| 69 | android:textColor="@color/black" |
| 70 | android:gravity="center_vertical" |
| 71 | android:singleLine="true" |
| 72 | android:ellipsize="end" |
| 73 | /> |
| 74 | </LinearLayout> |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 75 | <ImageView |
| 76 | android:id="@+id/rt_btn" |
Leon Scroggins | 5bd55d1 | 2009-09-22 11:23:52 -0400 | [diff] [blame] | 77 | android:layout_width="wrap_content" |
Romain Guy | 15b8ec6 | 2010-01-08 15:06:43 -0800 | [diff] [blame^] | 78 | android:layout_height="match_parent" |
Leon Scroggins | bd7d517 | 2009-09-30 18:14:38 -0400 | [diff] [blame] | 79 | android:layout_marginLeft="6dip" |
Leon Scroggins | 3f68d27 | 2009-09-29 13:08:35 -0400 | [diff] [blame] | 80 | android:scaleType="center" |
| 81 | android:layout_marginBottom="4dip" |
Leon Scroggins | f71f9fb | 2009-09-23 16:19:22 -0400 | [diff] [blame] | 82 | android:background="@drawable/btn_bookmark" |
Leon Scroggins | baefe4a | 2009-09-30 11:23:20 -0400 | [diff] [blame] | 83 | android:src="@drawable/ic_btn_bookmarks" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 84 | /> |
| 85 | </LinearLayout> |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 86 | </LinearLayout> |