Increase style_info_description char limit

 Bug: 159627664
 Test: manually

Change-Id: I40fb12d7e3d2e32a29078a975a99ea7b25139aa9
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 569600e..1ce95db 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -198,7 +198,7 @@
     <!-- Title for a section of a style preview screen that shows a preview of the style color and icons. [CHAR_LIMIT=30]-->
     <string name="theme_preview_icons_section_title">Color / Icons</string>
 
-    <!-- Bottom sheet dialog which displaying different theme's info. [CHAR_LIMIT=30]
+    <!-- Bottom sheet dialog which displaying different theme's info. [CHAR_LIMIT=80]
     (eg, Fonts, icons, shape, color will change to the "Default" Style) -->
     <string name="style_info_description">Fonts, icons, shape, color will change to the <xliff:g name="style_name">%1$s</xliff:g> Style</string>
 </resources>