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

Unified Diff: components/web_contents_delegate_android/android/java/res/layout/color_picker_dialog_content.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/layout/color_picker_dialog_content.xml
diff --git a/ui/android/java/res/layout/color_picker_dialog_content.xml b/components/web_contents_delegate_android/android/java/res/layout/color_picker_dialog_content.xml
similarity index 87%
rename from ui/android/java/res/layout/color_picker_dialog_content.xml
rename to components/web_contents_delegate_android/android/java/res/layout/color_picker_dialog_content.xml
index 38a492d0b283e6ad4c8290db51f251a0500d53b1..552b27c66f315b1d64e9953a05069239c57b51ee 100644
--- a/ui/android/java/res/layout/color_picker_dialog_content.xml
+++ b/components/web_contents_delegate_android/android/java/res/layout/color_picker_dialog_content.xml
@@ -15,13 +15,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
- <org.chromium.ui.ColorPickerAdvanced
+ <org.chromium.components.web_contents_delegate_android.ColorPickerAdvanced
android:id="@+id/color_picker_advanced"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</ScrollView>
- <org.chromium.ui.ColorPickerSimple
+ <org.chromium.components.web_contents_delegate_android.ColorPickerSimple
android:id="@+id/color_picker_simple"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -39,7 +39,7 @@
android:background="@drawable/color_picker_border"
android:padding="1px">
- <org.chromium.ui.ColorPickerMoreButton
+ <org.chromium.components.web_contents_delegate_android.ColorPickerMoreButton
android:id="@+id/more_colors_button"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="match_parent"

Powered by Google App Engine
This is Rietveld 408576698