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

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

Issue 2261853002: Changed Blimp IME to use PopUp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ime_popup
Patch Set: Used AlertDialog from support.v7 Created 4 years, 4 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/blimp_main.xml
diff --git a/blimp/client/app/android/java/res/layout/blimp_main.xml b/blimp/client/app/android/java/res/layout/blimp_main.xml
index 054d4ee66fbc289256cd9523c2e794912f7828a9..751901897db7ca4c46652ab5c406243cd1866a66 100644
--- a/blimp/client/app/android/java/res/layout/blimp_main.xml
+++ b/blimp/client/app/android/java/res/layout/blimp_main.xml
@@ -69,17 +69,5 @@
android:layout_alignParentBottom="true"
android:visibility="invisible" />
- <org.chromium.blimp.input.WebInputBox
- android:id="@+id/editText"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/web_input_background"
- android:layout_alignParentBottom="true"
- android:layout_marginTop="45dp"
- android:padding="10dp"
- android:paddingTop="16dp"
- android:inputType="text|textWebEditText"
- android:visibility="gone"/>
-
</RelativeLayout>
</merge>
« no previous file with comments | « blimp/client/app/android/ime_helper_dialog.cc ('k') | blimp/client/app/android/java/res/layout/text_input_popup.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698