Fix background and line wrapping in CaptionTextView
Also fixes where two style names were accidentally switched, makes the font sizes larger, and cleans up the CaptionTextView styling APIs in preparation for moving it into the framework. BUG: 10396663 Change-Id: I00999723a67bce2659d913b70dd4420ed32f955c
This commit is contained in:
@@ -735,11 +735,11 @@
|
||||
|
||||
<!-- Values for captioning font size preference. -->
|
||||
<string-array name="captioning_font_size_selector_values" translatable="false" >
|
||||
<item>6.0</item>
|
||||
<item>12.0</item>
|
||||
<item>24.0</item>
|
||||
<item>32.0</item>
|
||||
<item>48.0</item>
|
||||
<item>72.0</item>
|
||||
<item>96.0</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Titles for captioning character edge type preference. [CHAR LIMIT=35] -->
|
||||
@@ -854,8 +854,8 @@
|
||||
|
||||
<!-- Titles for captioning text style preset preference. [CHAR LIMIT=35] -->
|
||||
<string-array name="captioning_preset_selector_titles" >
|
||||
<item>Black on white</item>
|
||||
<item>White on black</item>
|
||||
<item>Black on white</item>
|
||||
<item>Yellow on black</item>
|
||||
<item>Yellow on blue</item>
|
||||
<item>Custom</item>
|
||||
|
Reference in New Issue
Block a user