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

Unified Diff: chrome/android/java/res/layout/preference_button.xml

Issue 1235033003: Move ButtonCompat to ui/android/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove buttonColor from chrome/android/. Created 5 years, 5 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: chrome/android/java/res/layout/preference_button.xml
diff --git a/chrome/android/java/res/layout/preference_button.xml b/chrome/android/java/res/layout/preference_button.xml
index 6d94d4b6eb53183fdc1e48a05a5a024f3238ef90..5a18078488d36bbb643397d4368b53e6848f8000 100644
--- a/chrome/android/java/res/layout/preference_button.xml
+++ b/chrome/android/java/res/layout/preference_button.xml
@@ -15,7 +15,7 @@
android:gravity="center_vertical"
android:orientation="vertical">
- <org.chromium.chrome.browser.widget.ButtonCompat
+ <org.chromium.ui.widget.ButtonCompat
android:id="@+id/button_preference"
android:layout_height="wrap_content"
android:layout_width="wrap_content"

Powered by Google App Engine
This is Rietveld 408576698