Remove background for button bar for watch devices. am: 5e1e86c9a1
am: 74c7ef55db
Change-Id: Ib27881faf42f47ad9cceb1898dd4b8a045839fbf
This commit is contained in:
@@ -68,8 +68,6 @@ please see styles_device_defaults.xml.
|
||||
<item name="breakStrategy">balanced</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Material.ButtonBar" parent="Widget.Material.BaseButtonBar" />
|
||||
|
||||
<style name="TextAppearance.Material.NumberPicker" parent="TextAppearance.Material.Body1">
|
||||
<item name="textSize">@dimen/text_size_medium_material</item>
|
||||
</style>
|
||||
|
||||
@@ -553,11 +553,7 @@ please see styles_device_defaults.xml.
|
||||
<item name="textOff">@string/capital_off</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Material.BaseButtonBar">
|
||||
<item name="background">?attr/colorBackgroundFloating</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Material.ButtonBar" parent="Widget.Material.BaseButtonBar">
|
||||
<style name="Widget.Material.ButtonBar">
|
||||
<item name="background">@null</item>
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user