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

Unified Diff: chrome/android/java/res/layout/new_tab_page_incognito_md.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/new_tab_page_incognito_md.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_incognito_md.xml b/chrome/android/java/res/layout/new_tab_page_incognito_md.xml
index 2e1a7708b435e3bc5a68694e65f0b8898714374f..146fd29dd46b1660b54d64a4362545d30831c42e 100644
--- a/chrome/android/java/res/layout/new_tab_page_incognito_md.xml
+++ b/chrome/android/java/res/layout/new_tab_page_incognito_md.xml
@@ -78,10 +78,10 @@
android:background="?attr/listChoiceBackgroundIndicator"
android:clickable="true"
android:focusable="true"
- android:fontFamily="sans-serif-medium"
android:text="@string/learn_more"
android:textColor="@color/google_blue_300"
- android:lineSpacingExtra="6sp" />
+ android:lineSpacingExtra="6sp"
+ style="@style/RobotoMediumStyle" />
</LinearLayout>
« no previous file with comments | « chrome/android/java/res/layout/new_tab_page_incognito.xml ('k') | chrome/android/java/res/layout/photo_picker_bitmap_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698