| 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 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
| 5 | 5 |
| 6 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 6 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 7 xmlns:tools="http://schemas.android.com/tools" | 7 xmlns:tools="http://schemas.android.com/tools" |
| 8 android:id="@+id/data_reduction_stats_container" | 8 android:id="@+id/data_reduction_stats_container" |
| 9 android:layout_width="match_parent" | 9 android:layout_width="match_parent" |
| 10 android:layout_height="wrap_content" | 10 android:layout_height="wrap_content" |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 android:layout_width="match_parent" | 122 android:layout_width="match_parent" |
| 123 android:layout_height="wrap_content" | 123 android:layout_height="wrap_content" |
| 124 android:layout_marginBottom="20dp" | 124 android:layout_marginBottom="20dp" |
| 125 android:layout_marginTop="20dp" | 125 android:layout_marginTop="20dp" |
| 126 android:drawableStart="@drawable/exclamation_triangle" | 126 android:drawableStart="@drawable/exclamation_triangle" |
| 127 android:drawablePadding="6dp" | 127 android:drawablePadding="6dp" |
| 128 android:text="@string/data_reduction_proxy_unreachable_warn" | 128 android:text="@string/data_reduction_proxy_unreachable_warn" |
| 129 android:textColor="?android:attr/textColorPrimary" | 129 android:textColor="?android:attr/textColorPrimary" |
| 130 android:textSize="14sp" /> | 130 android:textSize="14sp" /> |
| 131 | 131 |
| 132 </LinearLayout> | 132 </LinearLayout> |
| OLD | NEW |