]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values/themes.xml
Fixed text color of normal text.
[Dictionary.git] / res / values / themes.xml
index 9963d6ae2c325cddb9fad71dce1a53f907f0d94c..a39b036b5c345a377da5d1818c968de845b4c28a 100644 (file)
@@ -9,8 +9,9 @@
 
   <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>