Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(956)

Unified Diff: blimp/client/app/android/java/res/layout/text_input_popup.xml

Issue 2292343002: Hooking up Blimp IME with BlimpContents (Closed)
Patch Set: Fixed linux client Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: blimp/client/app/android/java/res/layout/text_input_popup.xml
diff --git a/blimp/client/app/android/java/res/layout/text_input_popup.xml b/blimp/client/app/android/java/res/layout/text_input_popup.xml
index 32a53f1f9ae11598370d2ad647bb5b05bd336b9e..456b2c10edc7b4a7ebc87e779ae92a21c76d5212 100644
--- a/blimp/client/app/android/java/res/layout/text_input_popup.xml
+++ b/blimp/client/app/android/java/res/layout/text_input_popup.xml
@@ -7,7 +7,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="start">
- <org.chromium.blimp.input.ImeEditText
+ <org.chromium.blimp.core.contents.input.ImeEditText
android:id="@+id/ime_edit_text"
android:inputType="text"
android:layout_width="match_parent"

Powered by Google App Engine
This is Rietveld 408576698