summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Simonetti Garcia <pedrosimonetti@google.com>2015-11-18 14:57:40 -0800
committerPedro Simonetti Garcia <pedrosimonetti@google.com>2015-11-18 22:59:25 +0000
commit63604e8a0e09c63e7232e8887f3b95565aa0a3c0 (patch)
tree4364e1a9e24c8c281e4489e185fa78d74131355e
parent9c8988694314a75efc804438d58fcfa004137afc (diff)
downloadchromium_src-63604e8a0e09c63e7232e8887f3b95565aa0a3c0.zip
chromium_src-63604e8a0e09c63e7232e8887f3b95565aa0a3c0.tar.gz
chromium_src-63604e8a0e09c63e7232e8887f3b95565aa0a3c0.tar.bz2
[Contextual Search] Tweak Peek Promo fonts.
We were asked to use Roboto-Medium on the "NEW" text, which is part of the Peek Promo. BUG=511475 Review URL: https://codereview.chromium.org/1453983003 Cr-Commit-Position: refs/heads/master@{#360275} (cherry picked from commit 64f2817554ef878b6542502fa9ffc9afadf49b21) Review URL: https://codereview.chromium.org/1455303002 . Cr-Commit-Position: refs/branch-heads/2564@{#44} Cr-Branched-From: 1283eca15bd9f772387f75241576cde7bdec7f54-refs/heads/master@{#359700}
-rw-r--r--chrome/android/java/res/layout/contextual_search_peek_promo_text_view.xml2
1 files changed, 2 insertions, 0 deletions
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 a1fa7b2..5632773 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"