diff options
-rw-r--r-- | core/res/res/values/styles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml index 6f6f1dbfe0a6..781dd2cb1872 100644 --- a/core/res/res/values/styles.xml +++ b/core/res/res/values/styles.xml @@ -1383,7 +1383,7 @@ <style name="Widget.Holo.RatingBar.Indicator" parent="Widget.RatingBar.Indicator"> </style> - <style name="Widget.Holo.RatingBar.Small"> + <style name="Widget.Holo.RatingBar.Small" parent="Widget.RatingBar.Small"> </style> <style name="Widget.Holo.CompoundButton.RadioButton" parent="Widget.CompoundButton.RadioButton"> @@ -1650,7 +1650,7 @@ <style name="Widget.Holo.Light.RatingBar.Indicator" parent="Widget.RatingBar.Indicator"> </style> - <style name="Widget.Holo.Light.RatingBar.Small"> + <style name="Widget.Holo.Light.RatingBar.Small" parent="Widget.RatingBar.Small"> </style> <style name="Widget.Holo.Light.CompoundButton.RadioButton" parent="Widget.CompoundButton.RadioButton"> |