OLD | NEW |
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 Loading... |
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> |
OLD | NEW |