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

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: Introduce DropdownPopupWindow 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..45814aeaa2ee9ef368acc73b144a782e129a0e79 100644
--- a/content/public/android/java/res/values-v17/styles.xml
+++ b/content/public/android/java/res/values-v17/styles.xml
@@ -5,7 +5,7 @@
found in the LICENSE file.
-->
-<resources>
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
aurimas (slooooooooow) 2014/04/16 17:36:48 This is not needed. Please revert this change.
keishi 2014/04/17 12:25:40 Done.
<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>

Powered by Google App Engine
This is Rietveld 408576698