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

Unified Diff: content/public/android/java/res/values-v17/styles.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-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 7c439dc8602795fa22b629fc2e9ec53e18875928..5e6dc2ebbe61c1bd669fc29f5f1cc18203384ca2 100644
--- a/content/public/android/java/res/values-v17/styles.xml
+++ b/content/public/android/java/res/values-v17/styles.xml
@@ -6,8 +6,8 @@
-->
<resources>
- <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 name="SelectPopup">
+ <item name="select_popup_singlechoice">@android:layout/select_dialog_singlechoice</item>
+ <item name="select_popup_multichoice">@android:layout/select_dialog_multichoice</item>
</style>
</resources>

Powered by Google App Engine
This is Rietveld 408576698