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

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

Issue 1455303002: [Contextual Search] Tweak Peek Promo fonts. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2564
Patch Set: Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a1fa7b2e3fdf3015120933c384ceef7812e025dc..563277359f4ddc6f00771ffba1ca2cb378a18509 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
@@ -18,6 +18,7 @@
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"
@@ -28,6 +29,7 @@
android:id="@+id/contextual_search_peek_promo_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:fontFamily="sans-serif"
android:text="@string/contextual_search_peek_promo_text"
android:textColor="#FFF"
android:textSize="14sp"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698