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"/>