| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 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 | 7 |
| 8 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | 8 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 9 android:layout_width="wrap_content" | 9 android:layout_width="wrap_content" |
| 10 android:layout_height="wrap_content"> | 10 android:layout_height="wrap_content"> |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 android:layout_height="wrap_content" | 134 android:layout_height="wrap_content" |
| 135 android:src="@drawable/verify_checkmark" | 135 android:src="@drawable/verify_checkmark" |
| 136 android:visibility="gone" | 136 android:visibility="gone" |
| 137 android:contentDescription="@null" /> | 137 android:contentDescription="@null" /> |
| 138 | 138 |
| 139 <TextView | 139 <TextView |
| 140 android:id="@+id/verification_message" | 140 android:id="@+id/verification_message" |
| 141 android:layout_width="wrap_content" | 141 android:layout_width="wrap_content" |
| 142 android:layout_height="wrap_content" | 142 android:layout_height="wrap_content" |
| 143 android:textColor="?attr/colorAccent" | 143 android:textColor="?attr/colorAccent" |
| 144 android:textSize="20dp" /> | 144 android:textSize="20sp" /> |
| 145 </LinearLayout> | 145 </LinearLayout> |
| 146 </RelativeLayout> | 146 </RelativeLayout> |
| OLD | NEW |