summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeff Sharkey <jsharkey@android.com> 2010-10-06 22:35:56 -0700
committer Jeff Sharkey <jsharkey@android.com> 2010-10-06 22:37:04 -0700
commit7172bdac3145a01dd95d58acb9987b7a0eb374ee (patch)
tree07054981dadd665da6fcef765b1a7b7d6ecc81d9
parente743bd2bac1ed8a04d32def6e6ccfa5c9c180458 (diff)
Assign parent TextAppearances to Holo.Light theme.
Change-Id: I60e82ec78c4e766bf1fbd86a0d6cd6c972cbbf81
-rw-r--r--core/res/res/values/styles.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml
index 4b5047ed84de..0f653f19f4bb 100644
--- a/core/res/res/values/styles.xml
+++ b/core/res/res/values/styles.xml
@@ -1139,13 +1139,13 @@
<item name="android:textColorLink">?textColorLinkInverse</item>
</style>
- <style name="TextAppearance.Holo.Light.Large">
+ <style name="TextAppearance.Holo.Light.Large" parent="TextAppearance.Large">
</style>
- <style name="TextAppearance.Holo.Light.Medium">
+ <style name="TextAppearance.Holo.Light.Medium" parent="TextAppearance.Medium">
</style>
- <style name="TextAppearance.Holo.Light.Small">
+ <style name="TextAppearance.Holo.Light.Small" parent="TextAppearance.Small">
</style>
<style name="TextAppearance.Holo.Light.Large.Inverse">