aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi Takaoka <takaoka@aluminum.tok.corp.google.com>2010-11-05 18:30:22 +0900
committerTadashi G. Takaoka <takaoka@google.com>2010-11-05 18:36:19 +0900
commit68864723cf8d8e48385bfcaf30237fba25a8895a (patch)
tree5643555ece547c78c06ce83e6efd57a537d53321 /java/res/layout
parent38976d5b968e8c9fe57f95b732d1906b7a6f09fa (diff)
downloadlatinime-68864723cf8d8e48385bfcaf30237fba25a8895a.tar.gz
latinime-68864723cf8d8e48385bfcaf30237fba25a8895a.tar.xz
latinime-68864723cf8d8e48385bfcaf30237fba25a8895a.zip
Rename LatinKeyboardBaseView class to KeyboardBaseView
Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/input_stone_popup.xml4
-rw-r--r--java/res/layout/keyboard_popup.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/java/res/layout/input_stone_popup.xml b/java/res/layout/input_stone_popup.xml
index f159625f7..3a7b5b9ab 100644
--- a/java/res/layout/input_stone_popup.xml
+++ b/java/res/layout/input_stone_popup.xml
@@ -25,9 +25,9 @@
android:orientation="horizontal"
android:background="@drawable/keyboard_popup_panel_background"
>
- <com.android.inputmethod.latin.LatinKeyboardBaseView
+ <com.android.inputmethod.latin.BaseKeyboardView
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
- android:id="@+id/LatinKeyboardBaseView"
+ android:id="@+id/BaseKeyboardView"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
diff --git a/java/res/layout/keyboard_popup.xml b/java/res/layout/keyboard_popup.xml
index 9ecbcd4e9..929e17111 100644
--- a/java/res/layout/keyboard_popup.xml
+++ b/java/res/layout/keyboard_popup.xml
@@ -26,9 +26,9 @@
android:paddingLeft="16dip"
android:paddingRight="16dip"
>
- <com.android.inputmethod.latin.LatinKeyboardBaseView
+ <com.android.inputmethod.latin.BaseKeyboardView
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
- android:id="@+id/LatinKeyboardBaseView"
+ android:id="@+id/BaseKeyboardView"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"