Commit 14c3a5af authored by Milica Selakovic's avatar Milica Selakovic Committed by Chromium LUCI CQ

[Pwd change] Fix A11y: The automatic password change explanation might sound misleading


Bug: 1131026
Change-Id: I0d8e53c0d6fd8f8993ec320a68830c962aea53cc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584877Reviewed-by: default avatarFriedrich [CET] <fhorschig@chromium.org>
Commit-Queue: Milica Selakovic <selakovic@google.com>
Cr-Commit-Position: refs/heads/master@{#836652}
parent 1ad99445
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
<!-- TODO(crbug.com/1086114): Correct the style of the button and explanation text. --> <!-- TODO(crbug.com/1086114): Correct the style of the button and explanation text. -->
<org.chromium.ui.widget.ButtonCompat <org.chromium.ui.widget.ButtonCompat
android:id="@+id/credential_change_button_with_script" android:id="@+id/credential_change_button_with_script"
android:contentDescription="@string/password_check_credential_row_script_button_explanation"
android:layout_marginTop="@dimen/compromised_credential_row_button_margin_top" android:layout_marginTop="@dimen/compromised_credential_row_button_margin_top"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="wrap_content" android:layout_width="wrap_content"
...@@ -67,6 +68,7 @@ ...@@ -67,6 +68,7 @@
<TextView <TextView
android:id="@+id/script_button_explanation" android:id="@+id/script_button_explanation"
android:importantForAccessibility="no"
android:layout_marginTop="@dimen/compromised_credential_row_reason_margin_top" android:layout_marginTop="@dimen/compromised_credential_row_reason_margin_top"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="match_parent" android:layout_width="match_parent"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment