SegmentedButton style should inherit.

Change-Id: Idd3bc5e6de3d64fd681f69ba1de3ac88576c9ca7
This commit is contained in:
Jeff Sharkey
2010-12-08 16:32:40 -08:00
parent c57406cdfa
commit b119b6cfcf

View File

@@ -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>