Skip to content

Commit

Permalink
Privacy Guide: Comprehensible a11y labels for completion step buttons
Browse files Browse the repository at this point in the history
Bug: 1446168
Change-Id: Ibd79ebb0b7f76116e428588306ace5238ea01b70
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4571021
Reviewed-by: Rainhard Findling <rainhard@chromium.org>
Commit-Queue: Rubin Deliallisi <rubindl@chromium.org>
Auto-Submit: Rubin Deliallisi <rubindl@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1150467}
  • Loading branch information
Rubin Deliallisi authored and Chromium LUCI CQ committed May 30, 2023
1 parent 6819e89 commit a19720b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ found in the LICENSE file.
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/done_step_header_marginBottom"
android:text="@string/privacy_guide_privacy_sandbox_heading"
android:labelFor="@+id/ps_button"
style="@style/TextAppearance.TextMediumThick.Accent1" />

<LinearLayout
Expand Down Expand Up @@ -83,6 +84,7 @@ found in the LICENSE file.
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/done_step_header_marginBottom"
android:text="@string/privacy_guide_web_app_activity_heading"
android:labelFor="@+id/waa_button"
style="@style/TextAppearance.TextMediumThick.Accent1" />

<LinearLayout
Expand Down

0 comments on commit a19720b

Please sign in to comment.