OSDN Git Service

wip
[android-x86/external-koush-Superuser.git] / Superuser / res / layout-large / policy_info.xml
1 <merge xmlns:android="http://schemas.android.com/apk/res/android" >
2
3     <LinearLayout
4         android:layout_width="match_parent"
5         android:layout_height="wrap_content"
6         android:orientation="horizontal"
7         android:padding="4dp" >
8
9         <TextView
10             android:layout_width="0dp"
11             android:layout_height="wrap_content"
12             android:layout_weight="1"
13             android:paddingRight="10dp"
14             android:text="@string/app_header" />
15
16         <TextView
17             android:id="@+id/app_header"
18             android:layout_width="0dp"
19             android:layout_height="wrap_content"
20             android:layout_weight="@dimen/golden_ratio"
21             android:singleLine="true"
22             android:textStyle="bold" />
23     </LinearLayout>
24
25     <View
26         android:layout_width="fill_parent"
27         android:layout_height="1dp"
28         android:background="@color/list_content_background" />
29
30     <LinearLayout
31         android:layout_width="match_parent"
32         android:layout_height="wrap_content"
33         android:orientation="horizontal"
34         android:padding="4dp" >
35
36         <TextView
37             android:layout_width="0dp"
38             android:layout_height="wrap_content"
39             android:layout_weight="1"
40             android:paddingRight="10dp"
41             android:text="@string/package_header" />
42
43         <TextView
44             android:id="@+id/package_header"
45             android:layout_width="0dp"
46             android:layout_height="wrap_content"
47             android:layout_weight="@dimen/golden_ratio"
48             android:singleLine="true"
49             android:textStyle="bold" />
50     </LinearLayout>
51
52     <View
53         android:layout_width="fill_parent"
54         android:layout_height="1dp"
55         android:background="@color/list_content_background" />
56
57     <LinearLayout
58         android:layout_width="match_parent"
59         android:layout_height="wrap_content"
60         android:orientation="horizontal"
61         android:padding="4dp" >
62
63         <TextView
64             android:layout_width="0dp"
65             android:layout_height="wrap_content"
66             android:layout_weight="1"
67             android:paddingRight="10dp"
68             android:text="@string/uid_header" />
69
70         <TextView
71             android:id="@+id/uid_header"
72             android:layout_width="0dp"
73             android:layout_height="wrap_content"
74             android:layout_weight="@dimen/golden_ratio"
75             android:singleLine="true"
76             android:textStyle="bold" />
77     </LinearLayout>
78
79     <View
80         android:layout_width="fill_parent"
81         android:layout_height="1dp"
82         android:background="@color/list_content_background" />
83
84     <LinearLayout
85         android:layout_width="match_parent"
86         android:layout_height="wrap_content"
87         android:orientation="horizontal"
88         android:padding="4dp" >
89
90         <TextView
91             android:layout_width="0dp"
92             android:layout_height="wrap_content"
93             android:layout_weight="1"
94             android:paddingRight="10dp"
95             android:text="@string/command_header" />
96
97         <TextView
98             android:id="@+id/command_header"
99             android:layout_width="0dp"
100             android:layout_height="wrap_content"
101             android:layout_weight="@dimen/golden_ratio"
102             android:ellipsize="middle"
103             android:singleLine="true"
104             android:textStyle="bold" />
105     </LinearLayout>
106
107     <View
108         android:layout_width="fill_parent"
109         android:layout_height="1dp"
110         android:background="@color/list_content_background" />
111
112 </merge>