]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
go
authorThad Hughes <thad.hughes@gmail.com>
Tue, 19 Oct 2010 06:24:12 +0000 (23:24 -0700)
committerThad Hughes <thad.hughes@gmail.com>
Tue, 19 Oct 2010 06:24:12 +0000 (23:24 -0700)
src/com/hughes/android/dictionary/C.java [new file with mode: 0644]

diff --git a/src/com/hughes/android/dictionary/C.java b/src/com/hughes/android/dictionary/C.java
new file mode 100644 (file)
index 0000000..21fbfed
--- /dev/null
@@ -0,0 +1,12 @@
+package com.hughes.android.dictionary;
+
+public class C {
+  
+  static final String DICTIONARY_CONFIGS = "dictionaryConfigs";
+
+  static final String DICT_INDEX = "dictIndex";
+  static final String INDEX_INDEX = "indexIndex";
+  static final String SEARCH_TOKEN = "searchToken";
+
+
+}