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

Unified Diff: chrome/android/java/res/layout/account_signin_view.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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/contextual_search_peek_promo_text_view.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/account_signin_view.xml
diff --git a/chrome/android/java/res/layout/account_signin_view.xml b/chrome/android/java/res/layout/account_signin_view.xml
index 09c3565fb22cd6b7dcf1be06b9acf8eb483cffd7..9139aad410607aadef86fd5f50f55ff1726028dd 100644
--- a/chrome/android/java/res/layout/account_signin_view.xml
+++ b/chrome/android/java/res/layout/account_signin_view.xml
@@ -117,6 +117,7 @@
<View style="@style/Divider"/>
<TextView
+ style="@style/RobotoMediumStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
@@ -126,7 +127,6 @@
android:text="@string/sync_confirmation_chrome_sync_title"
android:textColor="@color/default_text_color"
android:textSize="@dimen/fre_normal_text_size"
- android:fontFamily="sans-serif-medium"
android:drawableStart="@drawable/chrome_sync_logo"
android:drawablePadding="16dp"/>
@@ -147,6 +147,7 @@
android:layout_marginEnd="16dp"/>
<TextView
+ style="@style/RobotoMediumStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
@@ -156,7 +157,6 @@
android:text="@string/sync_confirmation_personalize_services_title"
android:textColor="@color/default_text_color"
android:textSize="@dimen/fre_normal_text_size"
- android:fontFamily="sans-serif-medium"
android:drawableStart="@drawable/googleg"
android:drawablePadding="16dp"/>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/contextual_search_peek_promo_text_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698