diff options
| author | 2018-08-27 23:48:47 +0000 | |
|---|---|---|
| committer | 2018-08-27 23:48:47 +0000 | |
| commit | f6fbd166a0c429cd7b60e020fd29115db0dbea12 (patch) | |
| tree | 8f5f5711aff9e0dfa2c707e32f5de9a661fe3891 | |
| parent | 342df6ddd178d55aa94e01ff94e5be00457f3440 (diff) | |
| parent | 0d285cf940cb23b8e6398eff3001da62cc4f3db4 (diff) | |
Merge "Remove watch overrides on "breakStrategy" for Material TextView."
| -rw-r--r-- | core/res/res/values-watch/styles_material.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/res/res/values-watch/styles_material.xml b/core/res/res/values-watch/styles_material.xml index 6cef47d4cbde..5093aa8a5369 100644 --- a/core/res/res/values-watch/styles_material.xml +++ b/core/res/res/values-watch/styles_material.xml @@ -64,10 +64,6 @@ please see styles_device_defaults.xml. <style name="TextAppearance.Material.ListItem" parent="TextAppearance.Material.Body1" /> <style name="TextAppearance.Material.ListItemSecondary" parent="TextAppearance.Material.Caption" /> - <style name="Widget.Material.TextView" parent="Widget.TextView"> - <item name="breakStrategy">balanced</item> - </style> - <style name="TextAppearance.Material.NumberPicker" parent="TextAppearance.Material.Body1"> <item name="textSize">@dimen/text_size_medium_material</item> </style> |