blob: eb9f7f9d057e1f7ff10c9728192640d7523439cd [file] [log] [blame]
Leon Scroggins81db3662009-06-04 17:45:11 -04001<?xml version="1.0" encoding="utf-8"?>
Leon Scrogginsa81a7642009-08-31 17:05:41 -04002<!--
3 Copyright 2009, The Android Open Source Project
Leon Scroggins81db3662009-06-04 17:45:11 -04004
Leon Scrogginsa81a7642009-08-31 17:05:41 -04005 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 Scroggins81db3662009-06-04 17:45:11 -04008
Leon Scrogginsa81a7642009-08-31 17:05:41 -04009 http://www.apache.org/licenses/LICENSE-2.0
Leon Scroggins81db3662009-06-04 17:45:11 -040010
Leon Scrogginsa81a7642009-08-31 17:05:41 -040011 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 Scroggins81db3662009-06-04 17:45:11 -040016-->
17
18<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Leon Scroggins81db3662009-06-04 17:45:11 -040019 android:layout_width="fill_parent"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040020 android:layout_height="wrap_content"
21 android:orientation="vertical"
22 android:paddingLeft="12dip"
23 android:paddingRight="12dip"
24 android:paddingTop="0dip"
Leon Scroggins62e8f942009-09-03 15:08:54 -040025 android:paddingBottom="0dip"
26 android:background="@drawable/tab_browser_selected" >
Leon Scrogginsa81a7642009-08-31 17:05:41 -040027
28 <ProgressBar android:id="@+id/progress_horizontal"
29 style="?android:attr/progressBarStyleHorizontal"
30 android:layout_width="fill_parent"
31 android:layout_height="5dip"
32 android:max="100"
Leon Scroggins81db3662009-06-04 17:45:11 -040033 />
Leon Scrogginsa81a7642009-08-31 17:05:41 -040034
Leon Scroggins81db3662009-06-04 17:45:11 -040035 <LinearLayout
Leon Scrogginsa81a7642009-08-31 17:05:41 -040036 android:layout_width="fill_parent"
Leon Scroggins81db3662009-06-04 17:45:11 -040037 android:layout_height="wrap_content"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040038 android:layout_marginTop="3dip"
39 android:orientation="horizontal">
40
41 <TextView
42 android:id="@+id/title"
Leon Scroggins62e8f942009-09-03 15:08:54 -040043 android:background="@*android:drawable/textfield_default"
44 android:layout_height="wrap_content"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040045 android:layout_width="0dip"
46 android:layout_weight="1.0"
47 android:paddingLeft="8dip"
48 android:paddingRight="6dip"
Leon Scroggins5524d2e2009-09-10 16:22:48 -040049 android:textAppearance="?android:attr/textAppearanceMedium"
50 android:textColor="@color/black"
51 android:gravity="center_vertical"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040052 android:singleLine="true"
53 android:ellipsize="end"
54 />
Leon Scroggins62e8f942009-09-03 15:08:54 -040055 <ImageView android:id="@+id/lock"
56 android:layout_width="wrap_content"
57 android:layout_height="wrap_content"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040058 android:layout_marginLeft="3dip"
Leon Scroggins62e8f942009-09-03 15:08:54 -040059 android:layout_gravity="center_vertical"
60 android:visibility="gone"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040061 />
62 <ImageView
63 android:id="@+id/rt_btn"
Leon Scroggins62e8f942009-09-03 15:08:54 -040064 android:layout_width="42dip"
65 android:layout_height="42dip"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040066 android:layout_marginLeft="8dip"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040067 android:background="@*android:drawable/btn_search_dialog_voice"
Leon Scroggins62e8f942009-09-03 15:08:54 -040068 android:src="@drawable/ic_btn_bookmark_browsertab"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040069 />
70 </LinearLayout>
Leon Scroggins81db3662009-06-04 17:45:11 -040071</LinearLayout>