blob: be5f51c6109760b54225e75c0a2dde69ceb66c25 [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"
49 android:singleLine="true"
50 android:ellipsize="end"
51 />
Leon Scroggins62e8f942009-09-03 15:08:54 -040052 <ImageView android:id="@+id/lock"
53 android:layout_width="wrap_content"
54 android:layout_height="wrap_content"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040055 android:layout_marginLeft="3dip"
Leon Scroggins62e8f942009-09-03 15:08:54 -040056 android:layout_gravity="center_vertical"
57 android:visibility="gone"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040058 />
59 <ImageView
60 android:id="@+id/rt_btn"
Leon Scroggins62e8f942009-09-03 15:08:54 -040061 android:layout_width="42dip"
62 android:layout_height="42dip"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040063 android:layout_marginLeft="8dip"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040064 android:background="@*android:drawable/btn_search_dialog_voice"
Leon Scroggins62e8f942009-09-03 15:08:54 -040065 android:src="@drawable/ic_btn_bookmark_browsertab"
Leon Scrogginsa81a7642009-08-31 17:05:41 -040066 />
67 </LinearLayout>
Leon Scroggins81db3662009-06-04 17:45:11 -040068</LinearLayout>