commit | 6421365f65cc067e8e1d24ecb052d8b4b16a7b21 | [log] [tgz] |
---|---|---|
author | Wesley.CW Wang <wesleycwwang@google.com> | Thu Jun 04 17:13:55 2020 +0800 |
committer | Wesley.CW Wang <wesleycwwang@google.com> | Thu Jun 04 17:13:55 2020 +0800 |
tree | 5894656eb8e4bae9f10eb78c9930be28d148bb3d | |
parent | e57c13dc3c830164ba384a2aece4176e639f112a [diff] |
Fix TB will focus "Aa" in Style info page - Add not important for a11y to avoid it video: https://drive.google.com/file/d/1XHbL4d3eIno9lKa5eVyVHfSvYnRkn-K9/view?usp=sharing Bug: 157967038 Test: manually Change-Id: I76c0afe1b62b191c7c8dd0a9c1dd5a580bafe69a
diff --git a/res/layout/theme_info_view.xml b/res/layout/theme_info_view.xml index 2bb8701..f228668 100644 --- a/res/layout/theme_info_view.xml +++ b/res/layout/theme_info_view.xml
@@ -49,6 +49,7 @@ android:layout_height="wrap_content" android:layout_gravity="center" android:layout_marginHorizontal="@dimen/theme_info_margin" + android:importantForAccessibility="no" android:textSize="@dimen/theme_info_text_size" android:textColor="?android:attr/colorForeground" android:text="@string/font_component_option_thumbnail"/>