Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4b51ec3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove background for button bar for watch devices." into cw-f-dev

parents f3fb0bde 5e1e86c9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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>
+1 −5
Original line number Diff line number Diff line
@@ -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>