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

Side by Side Diff: trunk/src/ui/android/java/resource_map/org/chromium/ui/R.java

Issue 68243003: Revert 234194 "Add support for datalist to text input element on..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 package org.chromium.ui; 5 package org.chromium.ui;
6 6
7 /** 7 /**
8 * Provide Android internal resources to Chrome's ui layer. This allows classes 8 * Provide Android internal resources to Chrome's ui layer. This allows classes
9 * that access resources via org.chromium.ui.R to function properly in webview. 9 * that access resources via org.chromium.ui.R to function properly in webview.
10 * In a normal Chrome build, ui resources live in a res folder in the ui layer 10 * In a normal Chrome build, ui resources live in a res folder in the ui layer
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 public static int color_picker_dialog_content; 47 public static int color_picker_dialog_content;
48 public static int color_picker_advanced_component; 48 public static int color_picker_advanced_component;
49 } 49 }
50 public static final class drawable { 50 public static final class drawable {
51 public static int color_picker_advanced_select_handle; 51 public static int color_picker_advanced_select_handle;
52 } 52 }
53 public static final class style { 53 public static final class style {
54 public static int AutofillPopupWindow; 54 public static int AutofillPopupWindow;
55 } 55 }
56 public static final class color { 56 public static final class color {
57 public static int autofill_dark_divider_color;
58 public static int autofill_divider_color;
59 public static int color_picker_border_color; 57 public static int color_picker_border_color;
60 } 58 }
61 public static final class dimen {
62 public static int autofill_text_height;
63 public static int autofill_text_divider_height;
64 }
65 } 59 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698