diff options
| author | Mathew Inwood <mathewi@google.com> | 2010-10-25 16:56:06 +0100 |
|---|---|---|
| committer | Mathew Inwood <mathewi@google.com> | 2010-10-25 16:56:06 +0100 |
| commit | 3986b4c2ad44d4682e4fa626b317e299400b8e64 (patch) | |
| tree | 76ea48859f3bf99322bc6ed1a85f5cf1c1a17d26 /core | |
| parent | 16b7a1b967468e6d3a1b5f2c254320e5909527cc (diff) | |
| download | frameworks_base-3986b4c2ad44d4682e4fa626b317e299400b8e64.zip frameworks_base-3986b4c2ad44d4682e4fa626b317e299400b8e64.tar.gz frameworks_base-3986b4c2ad44d4682e4fa626b317e299400b8e64.tar.bz2 | |
Fix ratingBarStyleSmall style in Holo theme.
Bug: 3123746
Change-Id: Icbfd5e2fcae7c1668e243c1b03a62ab31f42126b
Diffstat (limited to 'core')
| -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 6f6f1db..781dd2c 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"> |
