]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/C.java
Try to fix font issue.
[Dictionary.git] / src / com / hughes / android / dictionary / C.java
index acb10ee4f346dd7a0d73bb83bb5f39158e540ef2..452c98b2fe2376fb3ff204366ee1bc632c73da0f 100644 (file)
@@ -16,21 +16,26 @@ package com.hughes.android.dictionary;
 
 public class C {
 
-  static final String DICTIONARY_CONFIGS = "dictionaryConfigs";
+  static final String DICTIONARY_CONFIGS = "dictionaryConfigs2";
 
-  static final String DICT_INDEX = "dictIndex";
+  static final String DICT_FILE = "dictFile";
   static final String INDEX_INDEX = "indexIndex";
   static final String SEARCH_TOKEN = "searchToken";
+  static final String CAN_AUTO_LAUNCH_DICT = "canAutoLaunch";
+  public static final String SHOW_LOCAL = "showLocal";
 
   public static final String THANKS_FOR_UPDATING_VERSION = "thanksForUpdatingVersion";
 
+  public static final String FONT_WORKAROUND = "fontWorkaround";
+
+
   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,