source: dispositivos_moviles/TibisayMovil/res/layout/activity_signer_info.xml @ 824553a

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

Modificaciones para mostrar los errores de la verificacion de firmas en la actividad de resultados.

  • Property mode set to 100644
File size: 7.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3    android:layout_width="fill_parent"
4    android:layout_height="fill_parent"
5    android:orientation="vertical"
6    android:id="@+id/sel_sign_rel_layout">
7   
8    <TextView
9        android:id="@+id/title_signer_info"
10        android:layout_width="fill_parent"
11        android:layout_height="wrap_content"
12        android:layout_marginLeft="5dp"
13        android:layout_marginRight="5dp"
14        android:layout_marginTop="10dp"
15        android:background="@drawable/bg_path_file_to_sign"
16        android:gravity="center"
17        android:text="@string/title_signer_info" />
18
19    <LinearLayout
20        android:id="@+id/layoutSignerDetails"
21        android:layout_width="match_parent"
22        android:layout_height="wrap_content"
23        android:orientation="vertical" >
24
25            <TextView
26                android:id="@+id/signer_detail_cn"
27                android:layout_width="wrap_content"
28                android:layout_height="wrap_content"
29                android:layout_marginLeft="5dp"
30                android:layout_marginRight="5dp"
31                android:layout_marginTop="5dp"
32                android:scrollbars="vertical" />
33               
34                <TextView
35                android:id="@+id/signer_detail_errors"
36                    android:layout_width="wrap_content"
37                android:layout_height="wrap_content"
38                android:layout_marginLeft="5dp"
39                android:layout_marginRight="5dp"
40                android:layout_marginTop="5dp" />
41
42    </LinearLayout>
43   
44    <TextView
45        android:id="@+id/title_signature_date_info"
46        android:layout_width="fill_parent"
47        android:layout_height="wrap_content"
48        android:layout_marginTop="10dp"
49        android:layout_marginLeft="5dp"
50        android:layout_marginRight="5dp"
51        android:gravity="center"
52        android:background="@drawable/bg_path_file_to_sign"
53        android:text="@string/signature_date_info" />
54
55        <LinearLayout
56            android:layout_width="match_parent"
57            android:layout_height="0dp"
58            android:layout_weight="0.07"
59            android:orientation="horizontal" >
60
61                <TextView
62                    android:id="@+id/signature_date"
63                    android:layout_width="wrap_content"
64                android:layout_height="wrap_content"
65                android:layout_marginTop="5dp"
66                android:layout_marginLeft="5dp"
67                android:layout_marginRight="5dp" />
68       
69    </LinearLayout>
70<!--
71    <TextView
72        android:id="@+id/imagen_utlizada_name"
73        android:layout_width="wrap_content"
74        android:layout_height="wrap_content"
75        android:layout_marginTop="5dp"
76        android:layout_marginLeft="5dp"
77        android:layout_marginRight="5dp"
78        android:text="" />
79 -->       
80   
81    <TextView
82        android:id="@+id/title_certificate_info"
83        android:layout_width="fill_parent"
84        android:layout_height="wrap_content"
85        android:layout_marginTop="10dp"
86        android:layout_marginLeft="5dp"
87        android:layout_marginRight="5dp"
88        android:gravity="center"
89        android:background="@drawable/bg_path_file_to_sign"
90        android:text="@string/title_certificate_info" />
91<!--     
92    <TextView
93        android:id="@+id/archivo_firmado_path"
94        android:layout_width="wrap_content"
95        android:layout_height="wrap_content"
96        android:layout_marginTop="5dp"
97        android:layout_marginLeft="5dp"
98        android:layout_marginRight="5dp"
99        android:text="" />
100 -->   
101   
102    <LinearLayout
103        android:layout_width="match_parent"
104        android:layout_height="0dp"
105        android:layout_weight="0.40"
106        android:orientation="vertical" >
107
108        <LinearLayout
109            android:layout_width="match_parent"
110            android:layout_height="wrap_content" >
111
112            <TextView
113                android:id="@+id/label_certificate_serial"
114                android:layout_width="wrap_content"
115                android:layout_height="wrap_content"
116                android:layout_marginTop="5dp"
117                        android:layout_marginLeft="5dp"
118                        android:layout_marginRight="5dp"
119                android:text="@string/label_certificate_serial"
120                android:textStyle="bold" />
121
122            <TextView
123                android:id="@+id/certificate_serial"
124                android:layout_width="wrap_content"
125                android:layout_height="wrap_content"
126                android:layout_marginLeft="5dp"
127                android:layout_marginRight="5dp"
128                android:layout_marginTop="5dp" />
129
130        </LinearLayout>
131
132        <LinearLayout
133            android:layout_width="match_parent"
134            android:layout_height="wrap_content" >
135
136            <TextView
137                android:id="@+id/label_certificate_valid_from"
138                android:layout_width="wrap_content"
139                android:layout_height="wrap_content"
140                android:layout_marginTop="5dp"
141                        android:layout_marginLeft="5dp"
142                        android:layout_marginRight="5dp"
143                android:text="@string/label_certificate_valid_from"
144                android:textStyle="bold" />
145
146            <TextView
147                android:id="@+id/certificate_valid_from"
148                android:layout_width="wrap_content"
149                android:layout_height="wrap_content"
150                android:layout_marginLeft="5dp"
151                android:layout_marginRight="5dp"
152                android:layout_marginTop="5dp" />
153
154        </LinearLayout>
155
156        <LinearLayout
157            android:layout_width="match_parent"
158            android:layout_height="wrap_content" >
159
160            <TextView
161                android:id="@+id/label_certificate_valid_until"
162                android:layout_width="wrap_content"
163                android:layout_height="wrap_content"
164                android:layout_marginLeft="5dp"
165                android:layout_marginRight="5dp"
166                android:layout_marginTop="5dp"
167                android:text="@string/label_certificate_valid_until"
168                android:textStyle="bold" />
169
170            <TextView
171                android:id="@+id/certificate_valid_until"
172                android:layout_width="wrap_content"
173                android:layout_height="wrap_content"
174                android:layout_marginLeft="5dp"
175                android:layout_marginRight="5dp"
176                android:layout_marginTop="5dp" />
177
178        </LinearLayout>
179
180        <LinearLayout
181            android:layout_width="match_parent"
182            android:layout_height="wrap_content" >
183
184            <TextView
185                android:id="@+id/label_certificate_issuer"
186                android:layout_width="wrap_content"
187                android:layout_height="wrap_content"
188                android:layout_marginLeft="5dp"
189                android:layout_marginRight="5dp"
190                android:layout_marginTop="5dp"
191                android:text="@string/label_certificate_issuer"
192                android:textStyle="bold" />
193
194        </LinearLayout>
195
196        <LinearLayout
197            android:layout_width="match_parent"
198            android:layout_height="wrap_content" >
199
200            <TextView
201                android:id="@+id/certificate_issuer"
202                android:layout_width="wrap_content"
203                android:layout_height="wrap_content"
204                android:layout_marginLeft="5dp"
205                android:layout_marginRight="5dp"
206                android:layout_marginTop="5dp" />
207
208        </LinearLayout>
209       
210    </LinearLayout>
211   
212    <LinearLayout
213        android:id="@+id/linearSpacingBottom"
214        android:layout_width="fill_parent"
215        android:layout_height="wrap_content"
216        android:orientation="vertical" />
217     
218   <LinearLayout       
219        android:layout_width="match_parent"
220        android:layout_height="3dp"
221        android:background="#777777"/>
222 
223    <include
224        android:id="@+id/button_bar"
225        android:layout_width="match_parent"
226        android:layout_height="wrap_content"
227        layout="@layout/actionbar_sign_result_handwritten_signature"/>   
228</LinearLayout>
Note: See TracBrowser for help on using the repository browser.