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

Unified Diff: chrome/android/java/res/layout/eb_promo_header.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/eb_promo_header.xml
diff --git a/chrome/android/java/res/layout/eb_promo_header.xml b/chrome/android/java/res/layout/eb_promo_header.xml
index c0d0d1b3700cb38f4ff858976b159d2b40eb2487..99169b8e1bbc0d6c6c996a418fdcee43df7e3bf0 100644
--- a/chrome/android/java/res/layout/eb_promo_header.xml
+++ b/chrome/android/java/res/layout/eb_promo_header.xml
@@ -48,7 +48,7 @@
android:textColor="@color/light_active_color"
android:textSize="15sp" />
- <org.chromium.chrome.browser.widget.ButtonCompat
+ <org.chromium.ui.widget.ButtonCompat
android:id="@+id/sign_in"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -59,4 +59,4 @@
chrome:buttonColor="@color/light_active_color" />
</LinearLayout>
-</LinearLayout>
+</LinearLayout>
« no previous file with comments | « chrome/android/java/res/layout/data_reduction_promo_screen.xml ('k') | chrome/android/java/res/layout/preference_button.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698