summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitf0a896b353e01c7093ba2ee0539f1a7cabef6ec6 (patch)
tree91ecd862bae6b427ad5a27c0cc852e8df55494df
parent98ce4a43a46998ae77197a909fdceae62d273f98 (diff)
parent3986b4c2ad44d4682e4fa626b317e299400b8e64 (diff)
Merge "Fix ratingBarStyleSmall style in Holo theme."
-rw-r--r--core/res/res/values/styles.xml4
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">