Fix the talkback problem of the "Verified link info" icon

- Add the description to the contentDescription attribute.

Fixes: 183808786
Test: manual test
Change-Id: Icca45f2f7bf93c4a949095e810b97b6cff6b7558
This commit is contained in:
Sunny Shao
2021-04-05 11:51:30 +08:00
parent c103d6a4f5
commit a6daad6ce6
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:contentDescription="@string/app_launch_verified_links_info_description"
android:orientation="horizontal">
<include layout="@layout/preference_widget_info"