|
11 | 11 | android:layout_height="wrap_content" |
12 | 12 | android:padding="@dimen/standard_half_padding" |
13 | 13 | android:text="@string/share_via_link_create_title" |
14 | | - android:textAppearance="@android:style/TextAppearance.Material.DialogWindowTitle" /> |
| 14 | + android:textAppearance="@android:style/TextAppearance.Material.DialogWindowTitle" |
| 15 | + android:accessibilityHeading="true"/> |
15 | 16 |
|
16 | 17 | <ScrollView |
17 | 18 | android:layout_width="match_parent" |
|
30 | 31 | android:orientation="horizontal"> |
31 | 32 |
|
32 | 33 | <TextView |
| 34 | + android:labelFor="@+id/shareViaLinkNameValue" |
33 | 35 | android:layout_width="wrap_content" |
34 | 36 | android:layout_height="wrap_content" |
35 | 37 | android:padding="@dimen/standard_half_padding" |
|
90 | 92 |
|
91 | 93 | <TextView |
92 | 94 | android:id="@+id/shareViaLinkPasswordLabel" |
| 95 | + android:labelFor="@+id/shareViaLinkPasswordSwitch" |
93 | 96 | android:layout_width="wrap_content" |
94 | 97 | android:layout_height="wrap_content" |
95 | 98 | android:layout_alignParentStart="true" |
|
280 | 283 |
|
281 | 284 | <TextView |
282 | 285 | android:id="@+id/shareViaLinkExpirationLabel" |
| 286 | + android:labelFor="@+id/shareViaLinkExpirationSwitch" |
283 | 287 | android:layout_width="wrap_content" |
284 | 288 | android:layout_height="wrap_content" |
285 | 289 | android:layout_alignParentStart="true" |
|
354 | 358 | android:layout_width="match_parent" |
355 | 359 | android:layout_height="wrap_content" |
356 | 360 | android:layout_weight="1" |
357 | | - android:contentDescription="shareAddPublicLinkCancelButton" |
| 361 | + android:contentDescription="@string/share_cancel_public_link_button" |
358 | 362 | android:text="@string/share_cancel_public_link_button" |
359 | 363 | android:theme="@style/Button.Primary" /> |
360 | 364 |
|
|
364 | 368 | android:layout_width="match_parent" |
365 | 369 | android:layout_height="wrap_content" |
366 | 370 | android:layout_weight="1" |
367 | | - android:contentDescription="shareAddPublicLinkConfirmButton" |
| 371 | + android:contentDescription="@string/share_confirm_public_link_button" |
368 | 372 | android:text="@string/share_confirm_public_link_button" |
369 | 373 | android:theme="@style/Button.Primary" /> |
370 | 374 |
|
|
0 commit comments