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

Commit b119b6cf authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

SegmentedButton style should inherit.

Change-Id: Idd3bc5e6de3d64fd681f69ba1de3ac88576c9ca7
parent c57406cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1381,7 +1381,7 @@
        <item name="background">@android:drawable/btn_default_holo_dark</item>
    </style>

    <style name="Holo.SegmentedButton">
    <style name="Holo.SegmentedButton" parent="SegmentedButton">
        <item name="android:background">@android:drawable/btn_default_holo_dark</item>
    </style>

@@ -1759,7 +1759,7 @@
        <item name="android:background">@null</item>
    </style>

    <style name="Holo.Light.SegmentedButton">
    <style name="Holo.Light.SegmentedButton" parent="SegmentedButton">
        <item name="android:background">@android:drawable/btn_default_holo_light</item>
    </style>