The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2008 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 7 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 9 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <ScrollView |
| 18 | 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" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 20 | android:layout_height="wrap_content" |
| 21 | android:orientation="vertical" > |
| 22 | |
| 23 | <LinearLayout |
Romain Guy | 15b8ec6 | 2010-01-08 15:06:43 -0800 | [diff] [blame] | 24 | android:layout_width="match_parent" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 25 | android:layout_height="wrap_content" |
| 26 | android:orientation="vertical" > |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 27 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 28 | <!-- Title: --> |
| 29 | <TextView |
| 30 | android:id="@+id/title" |
| 31 | android:layout_height="wrap_content" |
| 32 | android:layout_width="wrap_content" |
| 33 | android:textStyle="bold" |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 34 | android:layout_marginStart="20dip" |
| 35 | android:layout_marginEnd="20dip" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 36 | android:layout_marginTop="12dip" |
| 37 | android:layout_marginBottom="12dip" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 38 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 39 | <!-- Address: --> |
| 40 | <TableLayout |
Romain Guy | 15b8ec6 | 2010-01-08 15:06:43 -0800 | [diff] [blame] | 41 | android:layout_width="match_parent" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 42 | android:layout_height="wrap_content" |
| 43 | android:orientation="vertical"> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 44 | |
| 45 | <TextView |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 46 | android:id="@+id/address" |
| 47 | android:layout_height="wrap_content" |
| 48 | android:layout_width="wrap_content" |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 49 | android:gravity="start" |
| 50 | android:layout_marginStart="20dip" |
| 51 | android:layout_marginEnd="20dip" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 52 | android:layout_marginBottom="12dip" /> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 53 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 54 | </TableLayout> |
Vivek Sekhar | ed791da | 2015-02-22 12:39:05 -0800 | [diff] [blame] | 55 | |
Kulanthaivel Palanichamy | f36e1db | 2015-04-08 16:11:06 -0700 | [diff] [blame] | 56 | <TableLayout |
| 57 | android:id="@+id/web_refiner_info" |
| 58 | android:layout_width="match_parent" |
| 59 | android:layout_height="wrap_content" |
| 60 | android:orientation="vertical"> |
| 61 | |
| 62 | <TextView |
| 63 | android:id="@+id/web_refiner_title" |
| 64 | android:layout_height="wrap_content" |
| 65 | android:layout_width="wrap_content" |
| 66 | android:textStyle="bold" |
| 67 | android:layout_marginStart="20dip" |
| 68 | android:layout_marginEnd="20dip" |
| 69 | android:layout_marginTop="12dip" |
| 70 | android:text="WebRefiner" |
| 71 | android:layout_marginBottom="12dip" /> |
| 72 | |
| 73 | <TextView |
| 74 | android:id="@+id/web_refiner_status" |
| 75 | android:layout_height="wrap_content" |
| 76 | android:layout_width="wrap_content" |
| 77 | android:gravity="start" |
| 78 | android:text="Enabled on this site" |
| 79 | android:layout_marginStart="20dip" |
| 80 | android:layout_marginEnd="20dip" |
| 81 | android:layout_marginBottom="12dip" /> |
| 82 | |
| 83 | <TextView |
| 84 | android:id="@+id/web_refiner_blocked_status" |
| 85 | android:layout_height="wrap_content" |
| 86 | android:layout_width="wrap_content" |
| 87 | android:gravity="start" |
| 88 | android:text="99 URLs blocked on this page" |
| 89 | android:layout_marginStart="20dip" |
| 90 | android:layout_marginEnd="20dip" |
| 91 | android:layout_marginBottom="12dip" /> |
| 92 | |
| 93 | </TableLayout> |
| 94 | |
| 95 | |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 96 | </LinearLayout> |
| 97 | |
| 98 | </ScrollView> |