Revert the open-source LatinIME package name -
from com.google.android.inputmethod.latin to com.android.inputmethod.latin
Related change: https://android-git.corp.google.com/g/60862
bug: 2786392
Change-Id: Ib7c6cfe61db19ef50c401a01497eef5f1f5e239e
diff --git a/java/res/layout/input_basic.xml b/java/res/layout/input_basic.xml
index ffa5954..168eba6 100755
--- a/java/res/layout/input_basic.xml
+++ b/java/res/layout/input_basic.xml
@@ -20,7 +20,7 @@
<com.android.inputmethod.latin.LatinKeyboardView
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:latin="http://schemas.android.com/apk/res/com.google.android.inputmethod.latin"
+ xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
android:id="@+id/LatinkeyboardBaseView"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"