From d835f0eb54cbf2eb092318d499772341c7331d93 Mon Sep 17 00:00:00 2001 From: Thad Hughes Date: Mon, 18 Oct 2010 23:24:12 -0700 Subject: [PATCH 1/1] go --- src/com/hughes/android/dictionary/C.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/com/hughes/android/dictionary/C.java 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"; + + +} -- 2.43.0