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

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

Issue 2149163002: [Signin] Disable sign in button drop shadow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/account_signin_view.xml
diff --git a/chrome/android/java/res/layout/account_signin_view.xml b/chrome/android/java/res/layout/account_signin_view.xml
index d0934926b86037664fe48e27a8ad0b726427d792..966534d44b389e282add82a158641345fa5e5dbf 100644
--- a/chrome/android/java/res/layout/account_signin_view.xml
+++ b/chrome/android/java/res/layout/account_signin_view.xml
@@ -245,7 +245,8 @@
android:textAllCaps="true"
android:textColor="@android:color/white"
android:textSize="14sp"
- chrome:buttonColor="@color/light_active_color"/>
+ chrome:buttonColor="@color/light_active_color"
+ chrome:buttonRaised="false"/>
<View
android:id="@+id/positive_button_end_padding"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698