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

Side by Side Diff: chrome/android/java/res/layout/data_reduction_old_stats_layout.xml

Issue 2781323004: Create a new Data Saver settings page that adds the site breakdown (Closed)
Patch Set: rebase Created 3 years, 8 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
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 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
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>
OLDNEW
« no previous file with comments | « build/android/lint/suppressions.xml ('k') | chrome/android/java/res/layout/data_reduction_stats_layout.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698