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

Unified Diff: components/web_contents_delegate_android/android/java/res/values/colors.xml

Issue 2398543003: Move Android view based ColorPicker from ui/ to components/ (Closed)
Patch Set: add owners Created 4 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
Index: components/web_contents_delegate_android/android/java/res/values/colors.xml
diff --git a/android_webview/tools/automated_ui_tests/java/res/values/strings.xml b/components/web_contents_delegate_android/android/java/res/values/colors.xml
similarity index 62%
copy from android_webview/tools/automated_ui_tests/java/res/values/strings.xml
copy to components/web_contents_delegate_android/android/java/res/values/colors.xml
index f4a999189d00810593d881daee294313753cecde..4e3b0fbfdd8a609128b58205ca490f46347f3d0b 100644
--- a/android_webview/tools/automated_ui_tests/java/res/values/strings.xml
+++ b/components/web_contents_delegate_android/android/java/res/values/colors.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 The Chromium Authors. All rights reserved.
+
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-
<resources>
- <string name="app_name">WebView Automated Test App</string>
-</resources>
+ <color name="color_picker_border_color">#B0B0B0</color>
+ <color name="color_picker_background_color">#FFFFFF</color>
+</resources>

Powered by Google App Engine
This is Rietveld 408576698