Skip to content
Snippets Groups Projects
Commit 2c5af959 authored by Roozbeh Pournader's avatar Roozbeh Pournader
Browse files

Hyphenate text in CheckedTextView

CheckedTextView style defaults are not derived from TextView, so they
were not getting hyphenated at all. Now they are hyphenated the same
way a normal TextView is hyphenated.

Test: Manual
Bug: 37763646
Change-Id: I3d14e5a1764561cc2922eea569d124c77cb53631
parent 5f0e4365
No related branches found
No related tags found
No related merge requests found
......@@ -511,6 +511,8 @@ please see styles_device_defaults.xml.
<style name="Widget.CheckedTextView">
<item name="textAlignment">viewStart</item>
<item name="breakStrategy">high_quality</item>
<item name="hyphenationFrequency">normal</item>
</style>
<style name="Widget.TextView.ListSeparator">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment