From: Thad Hughes Date: Tue, 19 Oct 2010 06:24:12 +0000 (-0700) Subject: go X-Git-Url: http://gitweb.fperrin.net/?a=commitdiff_plain;h=d835f0eb54cbf2eb092318d499772341c7331d93;p=Dictionary.git go --- diff --git a/src/com/hughes/android/dictionary/C.java b/src/com/hughes/android/dictionary/C.java new file mode 100644 index 0000000..21fbfed --- /dev/null +++ b/src/com/hughes/android/dictionary/C.java @@ -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"; + + +}