]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Fix light link color.
authorThad Hughes <thadh@google.com>
Wed, 9 Jan 2013 06:07:08 +0000 (22:07 -0800)
committerThad Hughes <thadh@google.com>
Wed, 9 Jan 2013 06:07:08 +0000 (22:07 -0800)
res/values/themes.xml

index 4555077eadc62c413793c83b57bb10cb5aca6413..932fff0ad37288630c089902972c8a7d7ac8f21a 100644 (file)
@@ -7,13 +7,13 @@
   </style>
 
   <style name="Theme.Default.TokenRow.Fg" parent="@style/Theme.Default">
-      <item name="android:textColor">#FFFFFF</item>
+<!--       <item name="android:textColor">#FFFFFF</item>   -->
       <item name="android:textColorLink">#00AAFF</item>
   </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_token_row_main_bg">#222222</color>
+  <color name="theme_default_token_row_other_bg">#222222</color>
   <color name="theme_default_other_lang_bg">#000000</color>
   
   
@@ -23,8 +23,8 @@
   </style>
 
   <style name="Theme.Light.TokenRow.Fg" parent="@style/Theme.Light">
-      <item name="android:textColor">#000000</item>
-      <item name="android:textColorLink">#0000FF</item>
+      <!-- <item name="android:textColor">#000000</item> -->
+      <item name="android:textColorLink">#0000FF</item> 
   </style>
   
   <color name="theme_light_token_row_fg">#000000</color>