From e17eefab87794b30bf969ba132910e3a3ba981ac Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Fri, 2 Dec 2011 14:56:39 +0900 Subject: [PATCH] Add the new add_word interface. This is step 2. The interface is not functional yet. Bug: 5306641 Change-Id: Idc8d07b883a17067f777c86d83994fb040b37c59 --- AndroidManifest.xml | 4 +- res/layout/user_dictionary_add_word.xml | 90 +++++++++++++++++++ res/values/strings.xml | 4 + .../UserDictionaryAddWordActivity.java | 13 ++- 4 files changed, 109 insertions(+), 2 deletions(-) create mode 100644 res/layout/user_dictionary_add_word.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d489ebb7ff5..d3fcf4555b5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -465,7 +465,9 @@ + android:theme="@android:style/Theme.Holo.Dialog.NoActionBar" + android:windowSoftInputMode="stateVisible" + android:excludeFromRecents="true"> diff --git a/res/layout/user_dictionary_add_word.xml b/res/layout/user_dictionary_add_word.xml new file mode 100644 index 00000000000..23958ddb450 --- /dev/null +++ b/res/layout/user_dictionary_add_word.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + +