diff options
| author | Adam Powell <adamp@google.com> | 2010-10-25 10:28:53 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-10-25 10:28:53 -0700 |
| commit | f0a896b353e01c7093ba2ee0539f1a7cabef6ec6 (patch) | |
| tree | 91ecd862bae6b427ad5a27c0cc852e8df55494df | |
| parent | 98ce4a43a46998ae77197a909fdceae62d273f98 (diff) | |
| parent | 3986b4c2ad44d4682e4fa626b317e299400b8e64 (diff) | |
| download | frameworks_base-f0a896b353e01c7093ba2ee0539f1a7cabef6ec6.zip frameworks_base-f0a896b353e01c7093ba2ee0539f1a7cabef6ec6.tar.gz frameworks_base-f0a896b353e01c7093ba2ee0539f1a7cabef6ec6.tar.bz2 | |
Merge "Fix ratingBarStyleSmall style in Holo theme."
| -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"> |
