aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-10-24 02:50:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-24 02:50:07 +0000
commit2c6aaa7c3ce4e2cf959ce940f764dc3306c82dba (patch)
treec614b606160d0bcff77eb93601a45cafa50bc32d /java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
parent69402dc9921f134d15a780c66c4930845919d419 (diff)
parent9342484e8d573a40f470b6a593df31c602fa4076 (diff)
downloadlatinime-2c6aaa7c3ce4e2cf959ce940f764dc3306c82dba.tar.gz
latinime-2c6aaa7c3ce4e2cf959ce940f764dc3306c82dba.tar.xz
latinime-2c6aaa7c3ce4e2cf959ce940f764dc3306c82dba.zip
Merge "Move Constants.java to the latin.common package"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
index 9d186d44d..37ab2669b 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
@@ -26,9 +26,9 @@ import com.android.inputmethod.keyboard.Keyboard;
import com.android.inputmethod.keyboard.internal.KeyboardBuilder;
import com.android.inputmethod.keyboard.internal.KeyboardIconsSet;
import com.android.inputmethod.keyboard.internal.KeyboardParams;
-import com.android.inputmethod.latin.Constants;
import com.android.inputmethod.latin.R;
import com.android.inputmethod.latin.SuggestedWords;
+import com.android.inputmethod.latin.common.Constants;
import com.android.inputmethod.latin.utils.TypefaceUtils;
public final class MoreSuggestions extends Keyboard {