From 66db80910e9a2329c91fa5f1cbe911638b4e5999 Mon Sep 17 00:00:00 2001 From: Matt Pietal Date: Fri, 26 Apr 2019 13:59:24 -0400 Subject: Sharesheet - Font updates Align 2 fonts with UX spec Bug: 129980360 Test: Visual inspection Change-Id: I038c67cf7fa68eefeb6e22bfcca02804b21194c1 --- core/res/res/layout/chooser_grid.xml | 4 +--- core/res/res/layout/chooser_grid_preview_text.xml | 5 +++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/core/res/res/layout/chooser_grid.xml b/core/res/res/layout/chooser_grid.xml index 8727f4c9e0ef..c63735dfaceb 100644 --- a/core/res/res/layout/chooser_grid.xml +++ b/core/res/res/layout/chooser_grid.xml @@ -46,9 +46,7 @@ @@ -112,8 +113,8 @@ android:layout_gravity="center_vertical" android:ellipsize="end" android:maxLines="2" - android:textSize="20sp" - android:textColor="?android:attr/textColorPrimary"/> + android:textAppearance="@style/TextAppearance.DeviceDefault.WindowTitle" + android:fontFamily="@android:string/config_headlineFontFamily"/> -- cgit v1.2.3-59-g8ed1b