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

Unified Diff: chrome/android/java/res/layout/contextual_search_peek_promo_text_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_peek_promo_text_view.xml
diff --git a/chrome/android/java/res/layout/contextual_search_peek_promo_text_view.xml b/chrome/android/java/res/layout/contextual_search_peek_promo_text_view.xml
index 97fcef5b2b09332fec29e656ca914c5b5af79a8c..df0772b0e34c962407082f0bc935d8cf0ca43b51 100644
--- a/chrome/android/java/res/layout/contextual_search_peek_promo_text_view.xml
+++ b/chrome/android/java/res/layout/contextual_search_peek_promo_text_view.xml
@@ -14,12 +14,12 @@
android:paddingEnd="@dimen/contextual_search_peek_promo_padding"
android:visibility="invisible">
<TextView
+ style="@style/RobotoMediumStyle"
android:id="@+id/contextual_search_peek_promo_new"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/contextual_search_peek_promo_padding"
android:background="@drawable/contextual_search_peek_promo_new_background"
- android:fontFamily="sans-serif-medium"
android:text="@string/contextual_search_peek_promo_new"
android:textAllCaps="true"
android:textColor="@color/light_active_color"

Powered by Google App Engine
This is Rietveld 408576698