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

Unified Diff: content/public/android/java/res/values/attrs.xml

Issue 231953003: Show Ash like <select> popup on Android tablets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newpopupx
Patch Set: Created 6 years, 8 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: content/public/android/java/res/values/attrs.xml
diff --git a/content/public/android/java/res/values/attrs.xml b/content/public/android/java/res/values/attrs.xml
index d395002c264e1d69485024b66cc86a06924656d7..3c9172988dc07eb0e169200ef265fb9eab53ae22 100644
--- a/content/public/android/java/res/values/attrs.xml
+++ b/content/public/android/java/res/values/attrs.xml
@@ -6,6 +6,6 @@
-->
<resources>
- <attr name="select_dialog_multichoice" format="reference" />
- <attr name="select_dialog_singlechoice" format="reference" />
+ <attr name="select_popup_multichoice" format="reference" />
+ <attr name="select_popup_singlechoice" format="reference" />
</resources>

Powered by Google App Engine
This is Rietveld 408576698