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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 3
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <org.chromium.chrome.browser.signin.AccountSigninView 7 <org.chromium.chrome.browser.signin.AccountSigninView
8 xmlns:android="http://schemas.android.com/apk/res/android" 8 xmlns:android="http://schemas.android.com/apk/res/android"
9 xmlns:chrome="http://schemas.android.com/apk/res-auto" 9 xmlns:chrome="http://schemas.android.com/apk/res-auto"
10 android:layout_width="match_parent" 10 android:layout_width="match_parent"
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 238
239 <!--suppress ButtonStyle --> 239 <!--suppress ButtonStyle -->
240 <org.chromium.ui.widget.ButtonCompat 240 <org.chromium.ui.widget.ButtonCompat
241 android:id="@+id/positive_button" 241 android:id="@+id/positive_button"
242 android:layout_width="wrap_content" 242 android:layout_width="wrap_content"
243 android:layout_height="36dp" 243 android:layout_height="36dp"
244 android:text="@string/choose_account_sign_in" 244 android:text="@string/choose_account_sign_in"
245 android:textAllCaps="true" 245 android:textAllCaps="true"
246 android:textColor="@android:color/white" 246 android:textColor="@android:color/white"
247 android:textSize="14sp" 247 android:textSize="14sp"
248 chrome:buttonColor="@color/light_active_color"/> 248 chrome:buttonColor="@color/light_active_color"
249 chrome:buttonRaised="false"/>
249 250
250 <View 251 <View
251 android:id="@+id/positive_button_end_padding" 252 android:id="@+id/positive_button_end_padding"
252 android:layout_width="0dp" 253 android:layout_width="0dp"
253 android:layout_height="0dp" 254 android:layout_height="0dp"
254 android:layout_weight="1" 255 android:layout_weight="1"
255 android:visibility="gone"/> 256 android:visibility="gone"/>
256 </LinearLayout> 257 </LinearLayout>
257 258
258 </org.chromium.chrome.browser.signin.AccountSigninView> 259 </org.chromium.chrome.browser.signin.AccountSigninView>
OLDNEW
« 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