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

Unified Diff: chrome/android/java/res/layout/add_to_homescreen_dialog.xml

Issue 1128683004: Revert to using system AlertDialog.Builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the test Created 5 years, 7 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/webapps/AddToHomescreenDialog.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/add_to_homescreen_dialog.xml
diff --git a/chrome/android/java/res/layout/add_to_homescreen_dialog.xml b/chrome/android/java/res/layout/add_to_homescreen_dialog.xml
index 7743a072986d1a9a970be946fb57070ccbfde46e..58eab0c8a85d214de58ee35c9cbf9dc440073cd4 100644
--- a/chrome/android/java/res/layout/add_to_homescreen_dialog.xml
+++ b/chrome/android/java/res/layout/add_to_homescreen_dialog.xml
@@ -18,7 +18,8 @@
android:layout_width="32dp"
android:layout_height="32dp"
android:layout_marginTop="10dp" />
- <EditText android:id="@+id/text"
+ <org.chromium.chrome.browser.widget.AlertDialogEditText
+ android:id="@+id/text"
android:inputType="text"
android:layout_width="match_parent"
android:layout_height="32dp"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/webapps/AddToHomescreenDialog.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698