|
15 | 15 |
|
16 | 16 | <TableRow
|
17 | 17 | android:layout_width="match_parent"
|
18 |
| - android:layout_height="wrap_content" > |
| 18 | + android:layout_height="wrap_content"> |
19 | 19 |
|
20 |
| - <TextView |
21 |
| - android:layout_width="wrap_content" |
22 |
| - android:layout_height="wrap_content" |
23 |
| - android:text="@string/netspy_url" |
24 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 20 | + <TextView |
| 21 | + style="@style/NetSpy.TextAppearance.Label" |
| 22 | + android:layout_width="wrap_content" |
| 23 | + android:layout_height="wrap_content" |
| 24 | + android:text="@string/netspy_url" /> |
25 | 25 |
|
26 |
| - <TextView |
27 |
| - android:id="@+id/url" |
28 |
| - android:layout_width="wrap_content" |
29 |
| - android:layout_height="wrap_content" |
30 |
| - style="@style/NetSpy.TextAppearance.Value" |
31 |
| - tools:text="https://example.com/path/to/resource?here=might_be_really_long"/> |
| 26 | + <TextView |
| 27 | + android:id="@+id/url" |
| 28 | + style="@style/NetSpy.TextAppearance.Value" |
| 29 | + android:layout_width="wrap_content" |
| 30 | + android:layout_height="wrap_content" |
| 31 | + tools:text="https://example.com/path/to/resource?here=might_be_really_long" /> |
32 | 32 |
|
33 | 33 | </TableRow>
|
34 | 34 |
|
35 | 35 | <TableRow
|
36 | 36 | android:layout_width="match_parent"
|
37 |
| - android:layout_height="wrap_content" > |
| 37 | + android:layout_height="wrap_content"> |
38 | 38 |
|
39 | 39 | <TextView
|
| 40 | + style="@style/NetSpy.TextAppearance.Label" |
40 | 41 | android:layout_width="wrap_content"
|
41 | 42 | android:layout_height="wrap_content"
|
42 |
| - android:text="@string/netspy_method" |
43 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 43 | + android:text="@string/netspy_method" /> |
44 | 44 |
|
45 | 45 | <TextView
|
46 | 46 | android:id="@+id/method"
|
| 47 | + style="@style/NetSpy.TextAppearance.Value" |
47 | 48 | android:layout_width="wrap_content"
|
48 | 49 | android:layout_height="wrap_content"
|
49 |
| - style="@style/NetSpy.TextAppearance.Value" |
50 |
| - tools:text="GET"/> |
| 50 | + tools:text="GET" /> |
51 | 51 |
|
52 | 52 | </TableRow>
|
53 | 53 |
|
54 | 54 | <TableRow
|
55 | 55 | android:layout_width="match_parent"
|
56 |
| - android:layout_height="wrap_content" > |
| 56 | + android:layout_height="wrap_content"> |
57 | 57 |
|
58 | 58 | <TextView
|
| 59 | + style="@style/NetSpy.TextAppearance.Label" |
59 | 60 | android:layout_width="wrap_content"
|
60 | 61 | android:layout_height="wrap_content"
|
61 |
| - android:text="@string/netspy_protocol" |
62 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 62 | + android:text="@string/netspy_protocol" /> |
63 | 63 |
|
64 | 64 | <TextView
|
65 | 65 | android:id="@+id/protocol"
|
| 66 | + style="@style/NetSpy.TextAppearance.Value" |
66 | 67 | android:layout_width="wrap_content"
|
67 | 68 | android:layout_height="wrap_content"
|
68 |
| - style="@style/NetSpy.TextAppearance.Value" |
69 |
| - tools:text="HTTP/1.1"/> |
| 69 | + tools:text="HTTP/1.1" /> |
70 | 70 |
|
71 | 71 | </TableRow>
|
72 | 72 |
|
73 | 73 | <TableRow
|
74 | 74 | android:layout_width="match_parent"
|
75 |
| - android:layout_height="wrap_content" > |
| 75 | + android:layout_height="wrap_content"> |
76 | 76 |
|
77 | 77 | <TextView
|
| 78 | + style="@style/NetSpy.TextAppearance.Label" |
78 | 79 | android:layout_width="wrap_content"
|
79 | 80 | android:layout_height="wrap_content"
|
80 |
| - android:text="@string/netspy_status" |
81 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 81 | + android:text="@string/netspy_status" /> |
82 | 82 |
|
83 | 83 | <TextView
|
84 | 84 | android:id="@+id/status"
|
| 85 | + style="@style/NetSpy.TextAppearance.Value" |
85 | 86 | android:layout_width="wrap_content"
|
86 | 87 | android:layout_height="wrap_content"
|
87 |
| - style="@style/NetSpy.TextAppearance.Value" |
88 |
| - tools:text="Complete"/> |
| 88 | + tools:text="Complete" /> |
89 | 89 |
|
90 | 90 | </TableRow>
|
91 | 91 |
|
92 | 92 | <TableRow
|
93 | 93 | android:layout_width="match_parent"
|
94 |
| - android:layout_height="wrap_content" > |
| 94 | + android:layout_height="wrap_content"> |
95 | 95 |
|
96 | 96 | <TextView
|
| 97 | + style="@style/NetSpy.TextAppearance.Label" |
97 | 98 | android:layout_width="wrap_content"
|
98 | 99 | android:layout_height="wrap_content"
|
99 |
| - android:text="@string/netspy_response" |
100 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 100 | + android:text="@string/netspy_response" /> |
101 | 101 |
|
102 | 102 | <TextView
|
103 | 103 | android:id="@+id/response"
|
| 104 | + style="@style/NetSpy.TextAppearance.Value" |
104 | 105 | android:layout_width="wrap_content"
|
105 | 106 | android:layout_height="wrap_content"
|
106 |
| - style="@style/NetSpy.TextAppearance.Value" |
107 |
| - tools:text="200 OK"/> |
| 107 | + tools:text="200 OK" /> |
108 | 108 |
|
109 | 109 | </TableRow>
|
110 | 110 |
|
111 | 111 | <TableRow
|
112 | 112 | android:layout_width="match_parent"
|
113 |
| - android:layout_height="wrap_content" > |
| 113 | + android:layout_height="wrap_content"> |
114 | 114 |
|
115 | 115 | <TextView
|
| 116 | + style="@style/NetSpy.TextAppearance.Label" |
116 | 117 | android:layout_width="wrap_content"
|
117 | 118 | android:layout_height="wrap_content"
|
118 |
| - android:text="@string/netspy_ssl" |
119 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 119 | + android:text="@string/netspy_ssl" /> |
120 | 120 |
|
121 | 121 | <TextView
|
122 | 122 | android:id="@+id/ssl"
|
| 123 | + style="@style/NetSpy.TextAppearance.Value" |
123 | 124 | android:layout_width="wrap_content"
|
124 | 125 | android:layout_height="wrap_content"
|
125 |
| - style="@style/NetSpy.TextAppearance.Value" |
126 |
| - tools:text="Yes"/> |
| 126 | + tools:text="Yes" /> |
127 | 127 |
|
128 | 128 | </TableRow>
|
129 | 129 |
|
|
133 | 133 | android:paddingTop="8dp">
|
134 | 134 |
|
135 | 135 | <TextView
|
| 136 | + style="@style/NetSpy.TextAppearance.Label" |
136 | 137 | android:layout_width="wrap_content"
|
137 | 138 | android:layout_height="wrap_content"
|
138 |
| - android:text="@string/netspy_request_time" |
139 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 139 | + android:text="@string/netspy_request_time" /> |
140 | 140 |
|
141 | 141 | <TextView
|
142 | 142 | android:id="@+id/request_time"
|
| 143 | + style="@style/NetSpy.TextAppearance.Value" |
143 | 144 | android:layout_width="wrap_content"
|
144 | 145 | android:layout_height="wrap_content"
|
145 |
| - style="@style/NetSpy.TextAppearance.Value" |
146 |
| - tools:text="05/02/17 11:52:49"/> |
| 146 | + tools:text="05/02/17 11:52:49" /> |
147 | 147 |
|
148 | 148 | </TableRow>
|
149 | 149 |
|
150 | 150 | <TableRow
|
151 | 151 | android:layout_width="match_parent"
|
152 |
| - android:layout_height="wrap_content" > |
| 152 | + android:layout_height="wrap_content"> |
153 | 153 |
|
154 | 154 | <TextView
|
| 155 | + style="@style/NetSpy.TextAppearance.Label" |
155 | 156 | android:layout_width="wrap_content"
|
156 | 157 | android:layout_height="wrap_content"
|
157 |
| - android:text="@string/netspy_response_time" |
158 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 158 | + android:text="@string/netspy_response_time" /> |
159 | 159 |
|
160 | 160 | <TextView
|
161 | 161 | android:id="@+id/response_time"
|
| 162 | + style="@style/NetSpy.TextAppearance.Value" |
162 | 163 | android:layout_width="wrap_content"
|
163 | 164 | android:layout_height="wrap_content"
|
164 |
| - style="@style/NetSpy.TextAppearance.Value" |
165 |
| - tools:text="05/02/17 11:52:49"/> |
| 165 | + tools:text="05/02/17 11:52:49" /> |
166 | 166 |
|
167 | 167 | </TableRow>
|
168 | 168 |
|
169 | 169 | <TableRow
|
170 | 170 | android:layout_width="match_parent"
|
171 |
| - android:layout_height="wrap_content" > |
| 171 | + android:layout_height="wrap_content"> |
172 | 172 |
|
173 | 173 | <TextView
|
| 174 | + style="@style/NetSpy.TextAppearance.Label" |
174 | 175 | android:layout_width="wrap_content"
|
175 | 176 | android:layout_height="wrap_content"
|
176 |
| - android:text="@string/netspy_duration" |
177 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 177 | + android:text="@string/netspy_duration" /> |
178 | 178 |
|
179 | 179 | <TextView
|
180 | 180 | android:id="@+id/duration"
|
| 181 | + style="@style/NetSpy.TextAppearance.Value" |
181 | 182 | android:layout_width="wrap_content"
|
182 | 183 | android:layout_height="wrap_content"
|
183 |
| - style="@style/NetSpy.TextAppearance.Value" |
184 |
| - tools:text="405 ms"/> |
| 184 | + tools:text="405 ms" /> |
185 | 185 |
|
186 | 186 | </TableRow>
|
187 | 187 |
|
|
191 | 191 | android:paddingTop="8dp">
|
192 | 192 |
|
193 | 193 | <TextView
|
| 194 | + style="@style/NetSpy.TextAppearance.Label" |
194 | 195 | android:layout_width="wrap_content"
|
195 | 196 | android:layout_height="wrap_content"
|
196 |
| - android:text="@string/netspy_request_size" |
197 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 197 | + android:text="@string/netspy_request_size" /> |
198 | 198 |
|
199 | 199 | <TextView
|
200 | 200 | android:id="@+id/request_size"
|
| 201 | + style="@style/NetSpy.TextAppearance.Value" |
201 | 202 | android:layout_width="wrap_content"
|
202 | 203 | android:layout_height="wrap_content"
|
203 |
| - style="@style/NetSpy.TextAppearance.Value" |
204 |
| - tools:text="53 KB"/> |
| 204 | + tools:text="53 KB" /> |
205 | 205 |
|
206 | 206 | </TableRow>
|
207 | 207 |
|
208 | 208 | <TableRow
|
209 | 209 | android:layout_width="match_parent"
|
210 |
| - android:layout_height="wrap_content" > |
| 210 | + android:layout_height="wrap_content"> |
211 | 211 |
|
212 | 212 | <TextView
|
| 213 | + style="@style/NetSpy.TextAppearance.Label" |
213 | 214 | android:layout_width="wrap_content"
|
214 | 215 | android:layout_height="wrap_content"
|
215 |
| - android:text="@string/netspy_response_size" |
216 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 216 | + android:text="@string/netspy_response_size" /> |
217 | 217 |
|
218 | 218 | <TextView
|
219 | 219 | android:id="@+id/response_size"
|
| 220 | + style="@style/NetSpy.TextAppearance.Value" |
220 | 221 | android:layout_width="wrap_content"
|
221 | 222 | android:layout_height="wrap_content"
|
222 |
| - style="@style/NetSpy.TextAppearance.Value" |
223 |
| - tools:text="148 KB"/> |
| 223 | + tools:text="148 KB" /> |
224 | 224 |
|
225 | 225 | </TableRow>
|
226 | 226 |
|
227 | 227 | <TableRow
|
228 | 228 | android:layout_width="match_parent"
|
229 |
| - android:layout_height="wrap_content" > |
| 229 | + android:layout_height="wrap_content"> |
230 | 230 |
|
231 | 231 | <TextView
|
| 232 | + style="@style/NetSpy.TextAppearance.Label" |
232 | 233 | android:layout_width="wrap_content"
|
233 | 234 | android:layout_height="wrap_content"
|
234 |
| - android:text="@string/netspy_total_size" |
235 |
| - style="@style/NetSpy.TextAppearance.Label"/> |
| 235 | + android:text="@string/netspy_total_size" /> |
236 | 236 |
|
237 | 237 | <TextView
|
238 | 238 | android:id="@+id/total_size"
|
| 239 | + style="@style/NetSpy.TextAppearance.Value" |
239 | 240 | android:layout_width="wrap_content"
|
240 | 241 | android:layout_height="wrap_content"
|
241 |
| - style="@style/NetSpy.TextAppearance.Value" |
242 |
| - tools:text="201 KB"/> |
| 242 | + tools:text="201 KB" /> |
243 | 243 |
|
244 | 244 | </TableRow>
|
245 | 245 |
|
|
0 commit comments