| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- | 2 <!-- |
| 3 Copyright 2015 The Chromium Authors. All rights reserved. | 3 Copyright 2015 The Chromium Authors. All rights reserved. |
| 4 | 4 |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 8 <LinearLayout 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 android:layout_width="wrap_content" | 54 android:layout_width="wrap_content" |
| 55 android:layout_height="wrap_content" | 55 android:layout_height="wrap_content" |
| 56 android:text="@string/enhanced_bookmark_sign_in_promo_sign_in" | 56 android:text="@string/enhanced_bookmark_sign_in_promo_sign_in" |
| 57 android:textAllCaps="true" | 57 android:textAllCaps="true" |
| 58 android:textColor="@android:color/white" | 58 android:textColor="@android:color/white" |
| 59 android:textSize="15sp" | 59 android:textSize="15sp" |
| 60 chrome:buttonColor="@color/light_active_color" /> | 60 chrome:buttonColor="@color/light_active_color" /> |
| 61 </LinearLayout> | 61 </LinearLayout> |
| 62 | 62 |
| 63 </LinearLayout> | 63 </LinearLayout> |
| OLD | NEW |