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

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

Issue 23523025: [Android] SelectPopupDialog - resolve style for <select> dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: 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 d4268bc0df94781da5afb380f412504befbc4449..e322b1972970586c26ce40969f142ab7949ef197 100644
--- a/content/public/android/java/res/values/attrs.xml
+++ b/content/public/android/java/res/values/attrs.xml
@@ -8,4 +8,6 @@
<resources>
<attr name="action_mode_share_drawable" format="reference" />
<attr name="action_mode_web_search_drawable" format="reference" />
+ <attr name="select_dialog_singlechoice" format="reference" />
benm (inactive) 2013/09/04 16:43:02 nit, alphabetical order please
Primiano Tucci (use gerrit) 2013/09/04 17:03:47 Done.
+ <attr name="select_dialog_multichoice" format="reference" />
</resources>

Powered by Google App Engine
This is Rietveld 408576698