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

Unified Diff: chrome/android/java/res/layout/fre_data_reduction_proxy.xml

Issue 2962713002: Fix inconsistent and incorrect Roboto Medium usage (Closed)
Patch Set: Fix inconsistent and incorrect Roboto Medium usage Created 3 years, 6 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/layout/fre_data_reduction_proxy.xml
diff --git a/chrome/android/java/res/layout/fre_data_reduction_proxy.xml b/chrome/android/java/res/layout/fre_data_reduction_proxy.xml
index 08c735693c44dccb28e539e4fdcbdbfadf73027d..1be505b97434785234753686f32f39527ff0741a 100644
--- a/chrome/android/java/res/layout/fre_data_reduction_proxy.xml
+++ b/chrome/android/java/res/layout/fre_data_reduction_proxy.xml
@@ -66,6 +66,7 @@
android:textSize="@dimen/fre_normal_text_size" />
<android.support.v7.widget.SwitchCompat
+ style="@style/RobotoMediumStyle"
android:id="@+id/enable_data_saver_switch"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -73,8 +74,7 @@
android:showText="false"
android:text="@string/data_reduction_enabled_switch"
android:textColor="@color/fre_text_color"
- android:textSize="@dimen/fre_normal_text_size"
- android:fontFamily="sans-serif-medium" />
+ android:textSize="@dimen/fre_normal_text_size" />
</LinearLayout>
</LinearLayout>
« no previous file with comments | « chrome/android/java/res/layout/dialog_with_titlebar.xml ('k') | chrome/android/java/res/layout/new_tab_page_incognito.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698