]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/C.java
What's new cleanup, dark theme bug fix.
[Dictionary.git] / src / com / hughes / android / dictionary / C.java
index fc28a15dab4f8e44defd9fbbcf89d2e45c2db2fe..654a56a7cb99f63b249d19a3fdbb67e49331d961 100644 (file)
@@ -16,7 +16,7 @@ package com.hughes.android.dictionary;
 
 public class C {
 
-  static final String DICTIONARY_CONFIGS = "dictionaryConfigs";
+  static final String DICTIONARY_CONFIGS = "dictionaryConfigs2";
 
   static final String DICT_FILE = "dictFile";
   static final String INDEX_INDEX = "indexIndex";
@@ -26,12 +26,12 @@ public class C {
   public static final String THANKS_FOR_UPDATING_VERSION = "thanksForUpdatingVersion";
 
   enum Theme {
-    DEFAULT(R.style.Theme_Default, R.style.Theme_Light_TokenRow_Fg,
+    DEFAULT(R.style.Theme_Default, R.style.Theme_Default_TokenRow_Fg,
         R.drawable.theme_default_token_row_main_bg,
         R.drawable.theme_default_token_row_other_bg,
         R.drawable.theme_default_other_lang_bg),
         
-        LIGHT(R.style.Theme_Light,
+    LIGHT(R.style.Theme_Light,
         R.style.Theme_Light_TokenRow_Fg,
         R.drawable.theme_light_token_row_main_bg,
         R.drawable.theme_light_token_row_other_bg,