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

Unified Diff: content/public/android/java/resource_map/org/chromium/content/R.java

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/resource_map/org/chromium/content/R.java
diff --git a/content/public/android/java/resource_map/org/chromium/content/R.java b/content/public/android/java/resource_map/org/chromium/content/R.java
index fec2ceaa47e15aec63c95b8b7504c19b03472d67..c8bc2446590f6498206bec6c1b63040af668d6fd 100644
--- a/content/public/android/java/resource_map/org/chromium/content/R.java
+++ b/content/public/android/java/resource_map/org/chromium/content/R.java
@@ -18,12 +18,15 @@ package org.chromium.content;
public final class R {
/** Attributes */
public static final class attr {
- public static int select_dialog_multichoice;
- public static int select_dialog_singlechoice;
+ public static int select_popup_multichoice;
+ public static int select_popup_singlechoice;
}
/** Dimensions */
public static final class dimen {
public static int link_preview_overlay_radius;
+ public static int select_popup_border_width;
+ public static int select_popup_bottom_margin;
+ public static int select_popup_horizontal_margin;
}
/** Drawables */
public static final class drawable {
@@ -62,6 +65,7 @@ public final class R {
public static int two_field_date_picker;
public static int multi_field_time_picker_dialog;
public static int validation_message_bubble;
+ public static int select_popup_dialog;
}
/** menus */
public static final class menu {
@@ -102,6 +106,6 @@ public final class R {
}
/** styles */
public static final class style {
- public static int SelectPopupDialog;
+ public static int SelectPopup;
}
}

Powered by Google App Engine
This is Rietveld 408576698