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

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

Issue 1235033003: Move ButtonCompat to ui/android/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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/data_reduction_promo_screen.xml
diff --git a/chrome/android/java/res/layout/data_reduction_promo_screen.xml b/chrome/android/java/res/layout/data_reduction_promo_screen.xml
index a4735d257ce06b93c34cea1f88a52793de6f8833..32d04ccd23f91e805614683b0a330e76aacd8850 100644
--- a/chrome/android/java/res/layout/data_reduction_promo_screen.xml
+++ b/chrome/android/java/res/layout/data_reduction_promo_screen.xml
@@ -94,7 +94,7 @@
android:paddingStart="40dp"
android:paddingEnd="40dp"
android:paddingBottom="24dp" >
- <org.chromium.chrome.browser.widget.ButtonCompat
+ <org.chromium.ui.widget.ButtonCompat
android:id="@+id/enable_button_front"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -102,7 +102,7 @@
android:text="@string/data_reduction_enable_button"
android:textColor="#fff"
chrome:buttonColor="#27b4e7" />
- <org.chromium.chrome.browser.widget.ButtonCompat
+ <org.chromium.ui.widget.ButtonCompat
android:id="@+id/no_thanks_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
« no previous file with comments | « chrome/android/java/res/layout/contextual_search_opt_out_promo.xml ('k') | chrome/android/java/res/layout/eb_promo_header.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698