OSDN Git Service

Assign parent TextAppearances to Holo.Light theme.
authorJeff Sharkey <jsharkey@android.com>
Thu, 7 Oct 2010 05:35:56 +0000 (22:35 -0700)
committerJeff Sharkey <jsharkey@android.com>
Thu, 7 Oct 2010 05:37:04 +0000 (22:37 -0700)
Change-Id: I60e82ec78c4e766bf1fbd86a0d6cd6c972cbbf81

core/res/res/values/styles.xml

index 4b5047e..0f653f1 100644 (file)
         <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">