diff options
author | 2010-12-09 05:09:41 -0800 | |
---|---|---|
committer | 2010-12-09 05:09:41 -0800 | |
commit | 34235220c2dd5f54ba12cc197fbc1b37b5c53d68 (patch) | |
tree | e80ef30ba509e8b1394f5c66644696f5061826af /java/res | |
parent | 8db866aaa26545d698ccf5acdc4d12d65588edec (diff) | |
parent | 9502cc177cc53678c9ddcc01d4d046f69220e13b (diff) | |
download | latinime-34235220c2dd5f54ba12cc197fbc1b37b5c53d68.tar.gz latinime-34235220c2dd5f54ba12cc197fbc1b37b5c53d68.tar.xz latinime-34235220c2dd5f54ba12cc197fbc1b37b5c53d68.zip |
Merge "Remove LatinIME prefix from classes"
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/xml/method.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 4ee60da51..a38182197 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -25,7 +25,7 @@ <!-- TODO: use <lang>_keyboard icon instead of a common keyboard icon. --> <!-- TODO: use <lang>_mic icon instead of a common mic icon. --> <input-method xmlns:android="http://schemas.android.com/apk/res/android" - android:settingsActivity="com.android.inputmethod.latin.LatinIMESettings" + android:settingsActivity="com.android.inputmethod.latin.Settings" android:isDefault="@bool/im_is_default"> <!-- If IME doesn't have an applicable subtype, the first subtype will be used as a default subtype.--> |