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

Unified Diff: chrome/android/java/res/layout/contextual_search_promo_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
Index: chrome/android/java/res/layout/contextual_search_promo_view.xml
diff --git a/chrome/android/java/res/layout/contextual_search_promo_view.xml b/chrome/android/java/res/layout/contextual_search_promo_view.xml
index e262beb64a1678d1996bc8607d3e950f20fa7ac1..18712fc00e64aa6652bd6424f002bf8e48b77957 100644
--- a/chrome/android/java/res/layout/contextual_search_promo_view.xml
+++ b/chrome/android/java/res/layout/contextual_search_promo_view.xml
@@ -39,7 +39,6 @@
android:layout_gravity="end"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
- android:fontFamily="sans-serif-medium"
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:text="@string/contextual_search_allow_button"
@@ -57,7 +56,6 @@
android:layout_gravity="end"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
- android:fontFamily="sans-serif-medium"
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:text="@string/contextual_search_no_thanks_button"

Powered by Google App Engine
This is Rietveld 408576698