source: dispositivos_moviles/TibisayMovil/res/layout/activity_signer_info.xml

Last change on this file was 8379cd8, checked in by Antonio Araujo Brett <aaraujo@…>, 11 years ago

Agregado encabezado de licencia a archivos fuentes.

  • Property mode set to 100644
File size: 8.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4/*
5Tibisay Movil
6
7Copyright (C) 2013 Antonio Araujo (aaraujo@cenditel.gob.ve), Jose Ruiz
8(jruiz@cenditel.gob.ve), Fundacion Centro Nacional de Desarrollo e
9Investigacion en Tecnologias Libres - CENDITEL.
10
11La Fundación CENDITEL concede permiso para usar, copiar, distribuir y/o
12modificar este programa, reconociendo el derecho que la humanidad posee al
13libre acceso al conocimiento, bajo los términos de la licencia de software
14GPL versión 2.0 de la Free Software Foundation.
15
16Este programa se distribuye con la esperanza de que sea util, pero SIN
17NINGUNA GARANTIA; tampoco las implicitas garantias de MERCANTILIDAD o
18ADECUACION A UN PROPOSITO PARTICULAR.
19
20Para mayor información sobre los términos de la licencia ver el archivo
21llamado "gpl-2.0.txt" en ingles.
22*/
23 -->
24
25<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
26    android:layout_width="fill_parent"
27    android:layout_height="fill_parent"
28    android:orientation="vertical"
29    android:id="@+id/decryption_result_layout">
30   
31    <TextView
32        android:id="@+id/title_signature_errors"
33        android:layout_width="fill_parent"
34        android:layout_height="wrap_content"
35        android:layout_marginLeft="5dp"
36        android:layout_marginRight="5dp"
37        android:layout_marginTop="10dp"
38        android:background="@drawable/bg_path_file_to_sign"
39        android:gravity="center"
40        android:text="@string/title_signer_info" />
41
42    <LinearLayout
43        android:id="@+id/layoutSignatureErrors"
44        android:layout_width="match_parent"
45        android:layout_height="wrap_content"
46        android:orientation="vertical" >
47
48            <TextView
49                android:id="@+id/signature_errors_text"
50                android:layout_width="wrap_content"
51                android:layout_height="wrap_content"
52                android:layout_marginLeft="5dp"
53                android:layout_marginRight="5dp"
54                android:layout_marginTop="5dp"
55                android:scrollbars="vertical" />
56               
57                <TextView
58                android:id="@+id/signer_detail_errors"
59                    android:layout_width="wrap_content"
60                android:layout_height="wrap_content"
61                android:layout_marginLeft="5dp"
62                android:layout_marginRight="5dp"
63                android:layout_marginTop="5dp" />
64
65    </LinearLayout>
66   
67    <TextView
68        android:id="@+id/title_signature_date_info"
69        android:layout_width="fill_parent"
70        android:layout_height="wrap_content"
71        android:layout_marginTop="10dp"
72        android:layout_marginLeft="5dp"
73        android:layout_marginRight="5dp"
74        android:gravity="center"
75        android:background="@drawable/bg_path_file_to_sign"
76        android:text="@string/signature_date_info" />
77
78        <LinearLayout
79            android:layout_width="match_parent"
80            android:layout_height="0dp"
81            android:layout_weight="0.07"
82            android:orientation="horizontal" >
83
84                <TextView
85                    android:id="@+id/signature_date"
86                    android:layout_width="wrap_content"
87                android:layout_height="wrap_content"
88                android:layout_marginTop="5dp"
89                android:layout_marginLeft="5dp"
90                android:layout_marginRight="5dp" />
91       
92    </LinearLayout>
93<!--
94    <TextView
95        android:id="@+id/imagen_utlizada_name"
96        android:layout_width="wrap_content"
97        android:layout_height="wrap_content"
98        android:layout_marginTop="5dp"
99        android:layout_marginLeft="5dp"
100        android:layout_marginRight="5dp"
101        android:text="" />
102 -->       
103   
104    <TextView
105        android:id="@+id/title_certificate_info"
106        android:layout_width="fill_parent"
107        android:layout_height="wrap_content"
108        android:layout_marginTop="10dp"
109        android:layout_marginLeft="5dp"
110        android:layout_marginRight="5dp"
111        android:gravity="center"
112        android:background="@drawable/bg_path_file_to_sign"
113        android:text="@string/title_certificate_info" />
114<!--     
115    <TextView
116        android:id="@+id/archivo_firmado_path"
117        android:layout_width="wrap_content"
118        android:layout_height="wrap_content"
119        android:layout_marginTop="5dp"
120        android:layout_marginLeft="5dp"
121        android:layout_marginRight="5dp"
122        android:text="" />
123 -->   
124   
125    <LinearLayout
126        android:layout_width="match_parent"
127        android:layout_height="0dp"
128        android:layout_weight="0.40"
129        android:orientation="vertical" >
130
131        <LinearLayout
132            android:layout_width="match_parent"
133            android:layout_height="wrap_content" >
134
135            <TextView
136                android:id="@+id/label_certificate_serial"
137                android:layout_width="wrap_content"
138                android:layout_height="wrap_content"
139                android:layout_marginTop="5dp"
140                        android:layout_marginLeft="5dp"
141                        android:layout_marginRight="5dp"
142                android:text="@string/label_certificate_serial"
143                android:textStyle="bold" />
144
145            <TextView
146                android:id="@+id/certificate_serial"
147                android:layout_width="wrap_content"
148                android:layout_height="wrap_content"
149                android:layout_marginLeft="5dp"
150                android:layout_marginRight="5dp"
151                android:layout_marginTop="5dp" />
152
153        </LinearLayout>
154
155        <LinearLayout
156            android:layout_width="match_parent"
157            android:layout_height="wrap_content" >
158
159            <TextView
160                android:id="@+id/label_certificate_valid_from"
161                android:layout_width="wrap_content"
162                android:layout_height="wrap_content"
163                android:layout_marginTop="5dp"
164                        android:layout_marginLeft="5dp"
165                        android:layout_marginRight="5dp"
166                android:text="@string/label_certificate_valid_from"
167                android:textStyle="bold" />
168
169            <TextView
170                android:id="@+id/certificate_valid_from"
171                android:layout_width="wrap_content"
172                android:layout_height="wrap_content"
173                android:layout_marginLeft="5dp"
174                android:layout_marginRight="5dp"
175                android:layout_marginTop="5dp" />
176
177        </LinearLayout>
178
179        <LinearLayout
180            android:layout_width="match_parent"
181            android:layout_height="wrap_content" >
182
183            <TextView
184                android:id="@+id/label_certificate_valid_until"
185                android:layout_width="wrap_content"
186                android:layout_height="wrap_content"
187                android:layout_marginLeft="5dp"
188                android:layout_marginRight="5dp"
189                android:layout_marginTop="5dp"
190                android:text="@string/label_certificate_valid_until"
191                android:textStyle="bold" />
192
193            <TextView
194                android:id="@+id/certificate_valid_until"
195                android:layout_width="wrap_content"
196                android:layout_height="wrap_content"
197                android:layout_marginLeft="5dp"
198                android:layout_marginRight="5dp"
199                android:layout_marginTop="5dp" />
200
201        </LinearLayout>
202
203        <LinearLayout
204            android:layout_width="match_parent"
205            android:layout_height="wrap_content" >
206
207            <TextView
208                android:id="@+id/label_certificate_issuer"
209                android:layout_width="wrap_content"
210                android:layout_height="wrap_content"
211                android:layout_marginLeft="5dp"
212                android:layout_marginRight="5dp"
213                android:layout_marginTop="5dp"
214                android:text="@string/label_certificate_issuer"
215                android:textStyle="bold" />
216
217        </LinearLayout>
218
219        <LinearLayout
220            android:layout_width="match_parent"
221            android:layout_height="wrap_content" >
222
223            <TextView
224                android:id="@+id/certificate_issuer"
225                android:layout_width="wrap_content"
226                android:layout_height="wrap_content"
227                android:layout_marginLeft="5dp"
228                android:layout_marginRight="5dp"
229                android:layout_marginTop="5dp" />
230
231        </LinearLayout>
232       
233    </LinearLayout>
234   
235    <LinearLayout
236        android:id="@+id/linearSpacingBottom"
237        android:layout_width="fill_parent"
238        android:layout_height="wrap_content"
239        android:orientation="vertical" />
240     
241   <LinearLayout       
242        android:layout_width="match_parent"
243        android:layout_height="3dp"
244        android:background="#777777"/>
245 
246    <include
247        android:id="@+id/button_bar"
248        android:layout_width="match_parent"
249        android:layout_height="wrap_content"
250        layout="@layout/actionbar_sign_result_handwritten_signature"/>   
251</LinearLayout>
Note: See TracBrowser for help on using the repository browser.