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

Unified Diff: ui/android/java/resource_map/org/chromium/ui/R.java

Issue 23026006: Add support for color input datalist on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « ui/android/java/res/values/dimens.xml ('k') | ui/android/java/src/org/chromium/ui/ColorPickerAdvanced.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/resource_map/org/chromium/ui/R.java
diff --git a/ui/android/java/resource_map/org/chromium/ui/R.java b/ui/android/java/resource_map/org/chromium/ui/R.java
index 8f8e499631f7d433c39bd7c93bdc58209025704a..778d99d7e1638c3335298ecc285843f551155fe4 100644
--- a/ui/android/java/resource_map/org/chromium/ui/R.java
+++ b/ui/android/java/resource_map/org/chromium/ui/R.java
@@ -25,6 +25,14 @@ public final class R {
public static int color_picker_button_set;
public static int color_picker_button_cancel;
public static int color_picker_dialog_title;
+ public static int color_picker_button_red;
+ public static int color_picker_button_cyan;
+ public static int color_picker_button_blue;
+ public static int color_picker_button_green;
+ public static int color_picker_button_magenta;
+ public static int color_picker_button_yellow;
+ public static int color_picker_button_black;
+ public static int color_picker_button_white;
}
public static final class id {
public static int autofill_label;
@@ -35,6 +43,7 @@ public final class R {
public static int more_colors_button;
public static int color_picker_advanced;
public static int color_picker_simple;
+ public static int color_button_swatch;
public static int more_colors_button_border;
public static int color_picker_simple_border;
public static int gradient;
@@ -48,6 +57,7 @@ public final class R {
public static int color_picker_advanced_component;
}
public static final class drawable {
+ public static int color_button_background;
public static int color_picker_advanced_select_handle;
}
public static final class style {
@@ -61,5 +71,6 @@ public final class R {
public static final class dimen {
public static int autofill_text_height;
public static int autofill_text_divider_height;
+ public static int color_button_height;
}
}
« no previous file with comments | « ui/android/java/res/values/dimens.xml ('k') | ui/android/java/src/org/chromium/ui/ColorPickerAdvanced.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698