Add content description to QR code image for talkback.

- Rename string name for reuse purpose.

Test: Visual
Flag: EXEMPT bug fix
Bug: 350603175
Change-Id: Id5b1383c9cf1c2509a621bb9b225e0efeb58ca7f
This commit is contained in:
Yuchen Sun
2024-07-25 06:40:26 +00:00
parent 8a4a5f207e
commit 01ecf76247
4 changed files with 5 additions and 4 deletions

View File

@@ -48,7 +48,7 @@
android:id="@+id/qrcode_view"
android:layout_width="@dimen/qrcode_size"
android:layout_height="@dimen/qrcode_size"
android:contentDescription="@string/audio_streams_qr_code_page_image_label"
android:contentDescription="@string/qr_code_content_description"
android:focusable="true"/>
<TextView