Implement the "add word" screen according to new spec

This is only the interface. It doesn't do anything yet, so as to
avoid a too large change.

Bug: 6026080
Change-Id: I0c7f0c09f71e01b18fcb3566a3c6c4b0f0b2a0fc
This commit is contained in:
Jean Chalard
2012-05-08 16:35:53 +09:00
parent b9f837dd1d
commit be07e49a92
5 changed files with 155 additions and 5 deletions

View File

@@ -41,6 +41,7 @@ import android.widget.Spinner;
public class UserDictionaryAddWordActivity extends Activity
implements AdapterView.OnItemSelectedListener {
public static final String EXTRA_MODE = "mode";
public static final String EXTRA_WORD = "word";
public static final String EXTRA_LOCALE = "locale";
private static final int FREQUENCY_FOR_USER_DICTIONARY_ADDS = 250;