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" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame^] | 19 | android:id="@+id/search_plate" |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 20 | android:layout_width="fill_parent" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame^] | 21 | android:layout_height="wrap_content" |
| 22 | android:orientation="vertical" |
| 23 | android:paddingLeft="12dip" |
| 24 | android:paddingRight="12dip" |
| 25 | android:paddingTop="0dip" |
| 26 | android:paddingBottom="16dip" |
| 27 | android:background="@*android:drawable/search_plate_global" > |
| 28 | |
| 29 | <ProgressBar android:id="@+id/progress_horizontal" |
| 30 | style="?android:attr/progressBarStyleHorizontal" |
| 31 | android:layout_width="fill_parent" |
| 32 | android:layout_height="5dip" |
| 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 |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame^] | 37 | android:id="@+id/search_edit_frame" |
| 38 | android:layout_width="fill_parent" |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 39 | android:layout_height="wrap_content" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame^] | 40 | android:layout_marginTop="3dip" |
| 41 | android:orientation="horizontal"> |
| 42 | |
| 43 | <TextView |
| 44 | android:id="@+id/title" |
| 45 | android:background="@*android:drawable/textfield_search" |
| 46 | android:layout_height="40dip" |
| 47 | android:layout_width="0dip" |
| 48 | android:layout_weight="1.0" |
| 49 | android:paddingLeft="8dip" |
| 50 | android:paddingRight="6dip" |
| 51 | android:singleLine="true" |
| 52 | android:ellipsize="end" |
| 53 | /> |
| 54 | <ProgressBar android:id="@+id/progress_circular" |
| 55 | style="?android:attr/progressBarStyleSmallTitle" |
| 56 | android:layout_width="40dip" |
| 57 | android:layout_height="40dip" |
| 58 | android:layout_marginLeft="3dip" |
| 59 | android:max="100" |
| 60 | /> |
| 61 | <ImageView |
| 62 | android:id="@+id/rt_btn" |
| 63 | android:layout_width="40dip" |
| 64 | android:layout_height="40dip" |
| 65 | android:layout_marginLeft="8dip" |
| 66 | android:scaleType="fitXY" |
| 67 | android:background="@*android:drawable/btn_search_dialog_voice" |
| 68 | android:src="@drawable/ic_menu_bookmark" |
| 69 | /> |
| 70 | </LinearLayout> |
Leon Scroggins | 81db366 | 2009-06-04 17:45:11 -0400 | [diff] [blame] | 71 | </LinearLayout> |