|
49 | 49 | android:id="@+id/linkingValidatorDropdownMenu" |
50 | 50 | android:layout_width="351dp" |
51 | 51 | android:layout_height="50dp" |
52 | | - android:visibility="gone" |
| 52 | + android:visibility="visible" |
53 | 53 | app:layout_constraintBottom_toTopOf="@+id/linkingValidatorButton" |
54 | 54 | app:layout_constraintEnd_toEndOf="parent" |
55 | 55 | app:layout_constraintStart_toStartOf="parent" |
|
63 | 63 | android:gravity="center" |
64 | 64 | android:text="What key do you use for deep link routing?" |
65 | 65 | android:textSize="20sp" |
66 | | - android:visibility="gone" |
| 66 | + android:visibility="visible" |
67 | 67 | app:layout_constraintEnd_toEndOf="parent" |
68 | 68 | app:layout_constraintStart_toStartOf="parent" |
69 | 69 | app:layout_constraintTop_toBottomOf="@+id/linkingValidatorHeader" /> |
|
75 | 75 | android:ems="10" |
76 | 76 | android:hint="Enter a value" |
77 | 77 | android:inputType="text" |
78 | | - android:visibility="gone" |
| 78 | + android:visibility="visible" |
79 | 79 | app:layout_constraintBottom_toTopOf="@+id/linkingValidatorButton" |
80 | 80 | app:layout_constraintEnd_toEndOf="parent" |
81 | 81 | app:layout_constraintStart_toStartOf="parent" |
|
149 | 149 | app:layout_constraintBottom_toTopOf="@+id/linkingValidatorButton" |
150 | 150 | app:layout_constraintEnd_toEndOf="parent" |
151 | 151 | app:layout_constraintStart_toStartOf="parent" |
152 | | - app:layout_constraintTop_toBottomOf="@+id/linkingValidatorHeader"> |
| 152 | + app:layout_constraintTop_toBottomOf="@+id/linkingValidatorHeader" |
| 153 | + android:visibility="gone"> |
153 | 154 |
|
154 | 155 | <TextView |
155 | 156 | android:id="@+id/textView" |
|
163 | 164 | android:layout_height="30dp" |
164 | 165 | android:layout_weight="0.5" /> |
165 | 166 |
|
166 | | - <LinearLayout |
167 | | - android:layout_width="match_parent" |
168 | | - android:layout_height="50dp" |
169 | | - android:orientation="horizontal"> |
170 | | - |
171 | | - <TextView |
172 | | - android:id="@+id/textView2" |
173 | | - android:layout_width="0dp" |
174 | | - android:layout_height="wrap_content" |
175 | | - android:layout_weight="0.4" |
176 | | - android:text="Primary deep linking" |
177 | | - android:textSize="16sp" /> |
178 | | - |
179 | | - <Button |
180 | | - android:id="@+id/button" |
181 | | - android:layout_width="0dp" |
182 | | - android:layout_height="match_parent" |
183 | | - android:layout_weight="0.15" |
184 | | - android:text="Info" |
185 | | - android:textSize="10sp" /> |
186 | | - |
187 | | - <Button |
188 | | - android:id="@+id/button2" |
189 | | - android:layout_width="0dp" |
190 | | - android:layout_height="match_parent" |
191 | | - android:layout_weight="0.15" |
192 | | - android:text="Copy" |
193 | | - android:textSize="10sp" /> |
194 | | - |
195 | | - <Button |
196 | | - android:id="@+id/button3" |
197 | | - android:layout_width="0dp" |
198 | | - android:layout_height="match_parent" |
199 | | - android:layout_weight="0.15" |
200 | | - android:text="Share" |
201 | | - android:textSize="10sp" /> |
202 | | - |
203 | | - <Button |
204 | | - android:id="@+id/button4" |
205 | | - android:layout_width="0dp" |
206 | | - android:layout_height="match_parent" |
207 | | - android:layout_weight="0.15" |
208 | | - android:text="Debug" |
209 | | - android:textSize="10sp" /> |
210 | | - |
211 | | - </LinearLayout> |
| 167 | + <include |
| 168 | + android:id="@+id/linkingValidatorRow1" |
| 169 | + layout="@layout/linking_validator_dialog_row_item" /> |
212 | 170 |
|
213 | 171 | <Space |
214 | 172 | android:layout_width="0dp" |
215 | 173 | android:layout_height="10dp" |
216 | 174 | android:layout_weight="0.5" /> |
217 | 175 |
|
218 | | - <LinearLayout |
219 | | - android:layout_width="match_parent" |
220 | | - android:layout_height="50dp" |
221 | | - android:orientation="horizontal"> |
222 | | - |
223 | | - <TextView |
224 | | - android:id="@+id/textView3" |
225 | | - android:layout_width="0dp" |
226 | | - android:layout_height="wrap_content" |
227 | | - android:layout_weight="0.4" |
228 | | - android:text="Fallback deep linking" |
229 | | - android:textSize="16sp" /> |
230 | | - |
231 | | - <Button |
232 | | - android:id="@+id/button5" |
233 | | - android:layout_width="0dp" |
234 | | - android:layout_height="match_parent" |
235 | | - android:layout_weight="0.15" |
236 | | - android:text="Info" |
237 | | - android:textSize="10sp" /> |
238 | | - |
239 | | - <Button |
240 | | - android:id="@+id/button6" |
241 | | - android:layout_width="0dp" |
242 | | - android:layout_height="match_parent" |
243 | | - android:layout_weight="0.15" |
244 | | - android:text="Copy" |
245 | | - android:textSize="10sp" /> |
246 | | - |
247 | | - <Button |
248 | | - android:id="@+id/button7" |
249 | | - android:layout_width="0dp" |
250 | | - android:layout_height="match_parent" |
251 | | - android:layout_weight="0.15" |
252 | | - android:text="Share" |
253 | | - android:textSize="10sp" /> |
254 | | - |
255 | | - <Button |
256 | | - android:id="@+id/button8" |
257 | | - android:layout_width="0dp" |
258 | | - android:layout_height="match_parent" |
259 | | - android:layout_weight="0.15" |
260 | | - android:text="Debug" |
261 | | - android:textSize="10sp" /> |
262 | | - |
263 | | - </LinearLayout> |
| 176 | + <include |
| 177 | + android:id="@+id/linkingValidatorRow2" |
| 178 | + layout="@layout/linking_validator_dialog_row_item" /> |
264 | 179 |
|
265 | 180 | <Space |
266 | 181 | android:layout_width="0dp" |
267 | 182 | android:layout_height="10dp" |
268 | 183 | android:layout_weight="0.5" /> |
269 | 184 |
|
270 | | - <LinearLayout |
271 | | - android:layout_width="match_parent" |
272 | | - android:layout_height="50dp" |
273 | | - android:orientation="horizontal"> |
274 | | - |
275 | | - <TextView |
276 | | - android:id="@+id/textView4" |
277 | | - android:layout_width="0dp" |
278 | | - android:layout_height="wrap_content" |
279 | | - android:layout_weight="0.4" |
280 | | - android:text="Web-Only Link" |
281 | | - android:textSize="16sp" /> |
282 | | - |
283 | | - <Button |
284 | | - android:id="@+id/button9" |
285 | | - android:layout_width="0dp" |
286 | | - android:layout_height="match_parent" |
287 | | - android:layout_weight="0.15" |
288 | | - android:text="Info" |
289 | | - android:textSize="10sp" /> |
290 | | - |
291 | | - <Button |
292 | | - android:id="@+id/button10" |
293 | | - android:layout_width="0dp" |
294 | | - android:layout_height="match_parent" |
295 | | - android:layout_weight="0.15" |
296 | | - android:text="Copy" |
297 | | - android:textSize="10sp" /> |
298 | | - |
299 | | - <Button |
300 | | - android:id="@+id/button11" |
301 | | - android:layout_width="0dp" |
302 | | - android:layout_height="match_parent" |
303 | | - android:layout_weight="0.15" |
304 | | - android:text="Share" |
305 | | - android:textSize="10sp" /> |
306 | | - |
307 | | - <Button |
308 | | - android:id="@+id/button12" |
309 | | - android:layout_width="0dp" |
310 | | - android:layout_height="match_parent" |
311 | | - android:layout_weight="0.15" |
312 | | - android:text="Debug" |
313 | | - android:textSize="10sp" /> |
314 | | - |
315 | | - </LinearLayout> |
| 185 | + <include |
| 186 | + android:id="@+id/linkingValidatorRow3" |
| 187 | + layout="@layout/linking_validator_dialog_row_item" /> |
316 | 188 |
|
317 | 189 | <Space |
318 | 190 | android:layout_width="0dp" |
319 | 191 | android:layout_height="10dp" |
320 | 192 | android:layout_weight="0.5" /> |
321 | 193 |
|
322 | | - <LinearLayout |
323 | | - android:layout_width="match_parent" |
324 | | - android:layout_height="50dp" |
325 | | - android:orientation="horizontal"> |
326 | | - |
327 | | - <TextView |
328 | | - android:id="@+id/textView5" |
329 | | - android:layout_width="0dp" |
330 | | - android:layout_height="wrap_content" |
331 | | - android:layout_weight="0.4" |
332 | | - android:text="Missing link data" |
333 | | - android:textSize="16sp" /> |
334 | | - |
335 | | - <Button |
336 | | - android:id="@+id/button13" |
337 | | - android:layout_width="0dp" |
338 | | - android:layout_height="match_parent" |
339 | | - android:layout_weight="0.15" |
340 | | - android:text="Info" |
341 | | - android:textSize="10sp" /> |
342 | | - |
343 | | - <Button |
344 | | - android:id="@+id/button14" |
345 | | - android:layout_width="0dp" |
346 | | - android:layout_height="match_parent" |
347 | | - android:layout_weight="0.15" |
348 | | - android:text="Copy" |
349 | | - android:textSize="10sp" /> |
350 | | - |
351 | | - <Button |
352 | | - android:id="@+id/button15" |
353 | | - android:layout_width="0dp" |
354 | | - android:layout_height="match_parent" |
355 | | - android:layout_weight="0.15" |
356 | | - android:text="Share" |
357 | | - android:textSize="10sp" /> |
358 | | - |
359 | | - <Button |
360 | | - android:id="@+id/button16" |
361 | | - android:layout_width="0dp" |
362 | | - android:layout_height="match_parent" |
363 | | - android:layout_weight="0.15" |
364 | | - android:text="Debug" |
365 | | - android:textSize="10sp" /> |
366 | | - |
367 | | - </LinearLayout> |
| 194 | + <include |
| 195 | + android:id="@+id/linkingValidatorRow4" |
| 196 | + layout="@layout/linking_validator_dialog_row_item" /> |
368 | 197 |
|
369 | 198 | <Space |
370 | 199 | android:layout_width="0dp" |
|
442 | 271 | android:layout_width="0dp" |
443 | 272 | android:layout_height="wrap_content" |
444 | 273 | android:layout_weight="0.4" |
445 | | - android:text="Warm Start" |
| 274 | + android:text="Foreground click" |
446 | 275 | android:textSize="16sp" /> |
447 | 276 |
|
448 | 277 | <Button |
|
0 commit comments