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

Unified Diff: chrome/android/java/res/values-v17/styles.xml

Issue 2813923003: Add sorting to the Data Saver site breakdown (Closed)
Patch Set: remove dependency 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 3cfc6e23bb352ddb572a87721d801a3919c43d3a..beace155fe1ef1d561bc7c002ed65f2750a6f989 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -119,7 +119,7 @@
</style>
<style name="PreferenceCategoryTextStyle">
<item name="android:textColor">@color/pref_accent_color</item>
- <item name="android:textSize">14sp</item>
+ <item name="android:textSize">12sp</item>
<item name="android:textStyle">bold</item>
</style>
<style name="PreferenceTitle">
@@ -587,22 +587,6 @@
<item name="android:textSize">14sp</item>
<item name="android:visibility">gone</item>
</style>
- <style name="DataUsageBreakdownColumnLabel">
- <item name="android:layout_height">wrap_content</item>
- <item name="android:paddingBottom">10dp</item>
- <item name="android:paddingTop">10dp</item>
- <item name="android:singleLine">true</item>
- <item name="android:textSize">16sp</item>
- <item name="android:textAppearance">@style/RobotoMediumStyle</item>
- </style>
- <style name="DataUsageBreakdownColumnItem">
- <item name="android:layout_height">wrap_content</item>
- <item name="android:paddingBottom">10dp</item>
- <item name="android:paddingTop">10dp</item>
- <item name="android:singleLine">true</item>
- <item name="android:textColor">?android:attr/textColorPrimary</item>
- <item name="android:textSize">14sp</item>
- </style>
<!-- New tab page RecyclerView overscroll color -->
<style name="NewTabPageRecyclerView">
@@ -693,6 +677,28 @@
<item name="android:background">@color/light_active_color</item>
</style>
+ <!-- Data Reduction -->
+ <style name="DataReductionPrefSecondaryStyle">
+ <item name="android:textColor">?android:attr/textColorSecondary</item>
+ <item name="android:textSize">12sp</item>
+ </style>
+ <style name="DataUsageBreakdownColumnLabel">
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:paddingBottom">10dp</item>
+ <item name="android:paddingTop">10dp</item>
+ <item name="android:singleLine">true</item>
+ <item name="android:textSize">14sp</item>
+ <item name="android:textAppearance">@style/RobotoMediumStyle</item>
+ </style>
+ <style name="DataUsageBreakdownColumnItem">
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:paddingBottom">10dp</item>
+ <item name="android:paddingTop">10dp</item>
+ <item name="android:singleLine">true</item>
+ <item name="android:textColor">@color/data_reduction_breakdown_text_color</item>
+ <item name="android:textSize">12sp</item>
+ </style>
+
<!-- Miscellaneous -->
<style name="BottomSheetContentTitle" parent="TextAppearance.Widget.AppCompat.Toolbar.Title">
<item name="android:textSize">20sp</item>
« no previous file with comments | « chrome/android/java/res/layout/data_usage_breakdown_row.xml ('k') | chrome/android/java/res/values-v21/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698