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

Unified Diff: content/public/android/java/res/values-v17/styles.xml

Issue 23523025: [Android] SelectPopupDialog - resolve style for <select> dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits (isMultiChoice) 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
« no previous file with comments | « no previous file | content/public/android/java/res/values/attrs.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/res/values-v17/styles.xml
diff --git a/content/public/android/java/res/values-v17/styles.xml b/content/public/android/java/res/values-v17/styles.xml
index 5e57a7449ff7e2da185e5e638a7dc91f6a26a383..aaeb6d759d651aa03526ce6f42390096c0bd77c2 100644
--- a/content/public/android/java/res/values-v17/styles.xml
+++ b/content/public/android/java/res/values-v17/styles.xml
@@ -10,4 +10,8 @@
<item name="action_mode_share_drawable">@drawable/ic_menu_share_holo_light</item>
<item name="action_mode_web_search_drawable">@drawable/ic_menu_search_holo_light</item>
</style>
+ <style name="SelectPopupDialog">
+ <item name="select_dialog_singlechoice">@android:layout/select_dialog_singlechoice</item>
+ <item name="select_dialog_multichoice">@android:layout/select_dialog_multichoice</item>
+ </style>
</resources>
« no previous file with comments | « no previous file | content/public/android/java/res/values/attrs.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698