blob: 6505fe5125e64913babfda22532fb4799678bdd8 [file] [log] [blame]
The Android Open Source Project0c908882009-03-03 19:32:16 -08001<?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
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
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 Guy15b8ec62010-01-08 15:06:43 -080019 android:layout_width="match_parent"
The Android Open Source Project0c908882009-03-03 19:32:16 -080020 android:layout_height="wrap_content" >
21
22 <LinearLayout
Romain Guy15b8ec62010-01-08 15:06:43 -080023 android:layout_width="match_parent"
The Android Open Source Project0c908882009-03-03 19:32:16 -080024 android:layout_height="wrap_content"
25 android:orientation="vertical" >
26
27 <!-- Placeholder for the success message or one or more warnings -->
28 <LinearLayout
29 android:id="@+id/placeholder"
30 android:layout_height="wrap_content"
Romain Guy15b8ec62010-01-08 15:06:43 -080031 android:layout_width="match_parent"
The Android Open Source Project0c908882009-03-03 19:32:16 -080032 android:layout_marginTop="12dip"
33 android:orientation="vertical" />
34
35 <!-- Dialog-title line separator -->
36 <ImageView
37 android:id="@+id/title_separator"
38 android:src="@android:drawable/divider_horizontal_dark"
Romain Guy15b8ec62010-01-08 15:06:43 -080039 android:layout_width="match_parent"
The Android Open Source Project0c908882009-03-03 19:32:16 -080040 android:layout_height="wrap_content"
41 android:scaleType="fitXY"
42 android:layout_weight="1"
43 android:gravity="fill_horizontal"
44 android:layout_marginLeft="20dip"
45 android:layout_marginRight="20dip"
46 android:layout_marginBottom="12dip" />
47
48 <TableLayout
Romain Guy15b8ec62010-01-08 15:06:43 -080049 android:layout_width="match_parent"
The Android Open Source Project0c908882009-03-03 19:32:16 -080050 android:layout_height="wrap_content"
51 android:shrinkColumns="1"
52 android:orientation="vertical">
53
54 <!-- Issued to: -->
55 <TextView
56 android:id="@+id/issued_to_header"
57 android:text="@string/issued_to"
58 android:textStyle="bold"
The Android Open Source Project0c908882009-03-03 19:32:16 -080059 android:layout_height="wrap_content"
60 android:layout_width="wrap_content"
61 android:layout_marginLeft="20dip"
62 android:layout_marginRight="20dip"
63 android:layout_marginBottom="7dip" />
64
65 <!-- Common name: -->
66 <TableRow>
67 <TextView
68 android:id="@+id/to_common_header"
69 android:text="@string/common_name"
The Android Open Source Project0c908882009-03-03 19:32:16 -080070 android:gravity="left"
71 android:layout_marginLeft="20dip" />
72
73 <TextView
74 android:id="@+id/to_common"
The Android Open Source Project0c908882009-03-03 19:32:16 -080075 android:gravity="left"
76 android:layout_marginLeft="10dip"
77 android:layout_marginRight="20dip"
78 android:layout_marginBottom="7dip" />
79 </TableRow>
80
81 <!-- Organization: -->
82 <TableRow>
83 <TextView
84 android:id="@+id/to_org_header"
85 android:text="@string/org_name"
The Android Open Source Project0c908882009-03-03 19:32:16 -080086 android:gravity="left"
87 android:layout_marginLeft="20dip" />
88
89 <TextView
90 android:id="@+id/to_org"
The Android Open Source Project0c908882009-03-03 19:32:16 -080091 android:gravity="left"
92 android:layout_marginLeft="10dip"
93 android:layout_marginRight="20dip"
94 android:layout_marginBottom="7dip" />
95 </TableRow>
96
97 <!-- Organizational unit: -->
98 <TableRow>
99 <TextView
100 android:id="@+id/to_org_unit_header"
101 android:text="@string/org_unit"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800102 android:gravity="left"
103 android:layout_marginLeft="20dip" />
104
105 <TextView
106 android:id="@+id/to_org_unit"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800107 android:gravity="left"
108 android:layout_marginLeft="10dip"
109 android:layout_marginRight="20dip"
110 android:layout_marginBottom="12dip" />
111 </TableRow>
112
113 <!-- Issued by: -->
114 <TextView
115 android:id="@+id/issued_to_header"
116 android:text="@string/issued_by"
117 android:textStyle="bold"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800118 android:layout_height="wrap_content"
119 android:layout_width="wrap_content"
120 android:layout_marginLeft="20dip"
121 android:layout_marginRight="20dip"
122 android:layout_marginBottom="7dip" />
123
124 <!-- Common name: -->
125 <TableRow>
126 <TextView
127 android:id="@+id/by_common_header"
128 android:text="@string/common_name"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800129 android:gravity="left"
130 android:layout_marginLeft="20dip" />
131
132 <TextView
133 android:id="@+id/by_common"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800134 android:gravity="left"
135 android:layout_marginLeft="10dip"
136 android:layout_marginRight="20dip"
137 android:layout_marginBottom="7dip" />
138 </TableRow>
139
140 <!-- Organization: -->
141 <TableRow>
142 <TextView
143 android:id="@+id/by_org_header"
144 android:text="@string/org_name"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800145 android:gravity="left"
146 android:layout_marginLeft="20dip" />
147
148 <TextView
149 android:id="@+id/by_org"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800150 android:gravity="left"
151 android:layout_marginLeft="10dip"
152 android:layout_marginRight="20dip"
153 android:layout_marginBottom="7dip" />
154 </TableRow>
155
156 <!-- Organizational unit: -->
157 <TableRow>
158 <TextView
159 android:id="@+id/by_org_unit_header"
160 android:text="@string/org_unit"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800161 android:gravity="left"
162 android:layout_marginLeft="20dip" />
163
164 <TextView
165 android:id="@+id/by_org_unit"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800166 android:gravity="left"
167 android:layout_marginLeft="10dip"
168 android:layout_marginRight="20dip"
169 android:layout_marginBottom="12dip" />
170 </TableRow>
171
172 <!-- Validity Dates: -->
173 <TextView
174 android:id="@+id/validity_header"
175 android:layout_height="wrap_content"
176 android:layout_width="wrap_content"
177 android:text="@string/validity_period"
178 android:textStyle="bold"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800179 android:layout_marginLeft="20dip"
180 android:layout_marginRight="20dip"
181 android:layout_marginBottom="7dip" />
182
183 <!-- Issued On: -->
184 <TableRow>
185 <TextView
186 android:id="@+id/issued_on_header"
187 android:layout_width="wrap_content"
188 android:layout_height="wrap_content"
189 android:text="@string/issued_on"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800190 android:gravity="left"
191 android:layout_marginLeft="20dip" />
192
193 <TextView
194 android:id="@+id/issued_on"
195 android:layout_height="wrap_content"
196 android:layout_width="wrap_content"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800197 android:gravity="left"
198 android:layout_marginLeft="10dip"
199 android:layout_marginRight="20dip"
200 android:layout_marginBottom="7dip" />
201
202 </TableRow>
203
204 <!-- Expires On: -->
205 <TableRow>
206 <TextView
207 android:id="@+id/expires_on_header"
208 android:layout_width="wrap_content"
209 android:layout_height="wrap_content"
210 android:text="@string/expires_on"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800211 android:gravity="left"
212 android:layout_marginLeft="20dip" />
213
214 <TextView
215 android:id="@+id/expires_on"
216 android:layout_height="wrap_content"
217 android:layout_width="wrap_content"
The Android Open Source Project0c908882009-03-03 19:32:16 -0800218 android:gravity="left"
219 android:layout_marginLeft="10dip"
220 android:layout_marginRight="20dip"
221 android:layout_marginBottom="12dip" />
222 </TableRow>
223
224 </TableLayout>
225
226 </LinearLayout>
227
228</ScrollView>