]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values/themes.xml
Fixed text color of normal text.
[Dictionary.git] / res / values / themes.xml
index 5ac84e691a0ce03f4d63dec797a5c954a586a19a..a39b036b5c345a377da5d1818c968de845b4c28a 100644 (file)
@@ -7,10 +7,11 @@
       <item name="android:textColorLink">#FFFFFF</item>
   </style>
 
-  <style name="Theme.Default.TokenRow.Fg" parent="@style/Theme.Light">
+  <style name="Theme.Default.TokenRow.Fg" parent="@style/Theme.Default">
     <item name="android:textColor">#FFFFFF</item>
-  </style>
+    </style>
   
+  <color name="theme_default_token_row_fg">#FFFFFF</color>
   <color name="theme_default_token_row_main_bg">#111111</color>
   <color name="theme_default_token_row_other_bg">#111111</color>
   <color name="theme_default_other_lang_bg">#000000</color>
@@ -26,7 +27,7 @@
     <item name="android:textColor">#000000</item>
   </style>
   
-  <color name="theme_light_token_row_fg">#FFFFFF</color>
+  <color name="theme_light_token_row_fg">#000000</color>
   <color name="theme_light_token_row_main_bg">#EEEEEE</color>
   <color name="theme_light_token_row_other_bg">#EEEEEE</color>
   <color name="theme_light_other_lang_bg">#FFFFFF</color>