From df4bf92412059663e3ac9d787d34f5afbedca59f Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Thu, 11 Apr 2019 15:17:41 -0700 Subject: [PATCH] Popups (shortcut, system, scroller) / Drop Targets / Widgets (bottom/full) should follow themed font Bug: 126229665 Change-Id: I429da6b9bc5f99d42be0f2498cbdecb059f127f4 --- res/layout/deep_shortcut.xml | 1 - res/layout/system_shortcut.xml | 1 - res/layout/widget_cell_content.xml | 2 -- res/layout/widgets_bottom_sheet.xml | 2 +- res/layout/widgets_scroll_container.xml | 1 + res/values/styles.xml | 6 ++++-- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/res/layout/deep_shortcut.xml b/res/layout/deep_shortcut.xml index 92f70e661a..ca6f409dbe 100644 --- a/res/layout/deep_shortcut.xml +++ b/res/layout/deep_shortcut.xml @@ -33,7 +33,6 @@ android:drawablePadding="@dimen/deep_shortcut_drawable_padding" android:textSize="14sp" android:textColor="?android:attr/textColorPrimary" - android:fontFamily="sans-serif" launcher:layoutHorizontal="true" launcher:iconDisplay="shortcut_popup" launcher:iconSizeOverride="@dimen/deep_shortcut_icon_size" /> diff --git a/res/layout/system_shortcut.xml b/res/layout/system_shortcut.xml index 04f3d027dc..4b7097a97b 100644 --- a/res/layout/system_shortcut.xml +++ b/res/layout/system_shortcut.xml @@ -31,7 +31,6 @@ android:paddingEnd="@dimen/popup_padding_end" android:textSize="14sp" android:textColor="?android:attr/textColorPrimary" - android:fontFamily="sans-serif" launcher:iconDisplay="shortcut_popup" launcher:layoutHorizontal="true" android:focusable="false" /> diff --git a/res/layout/widget_cell_content.xml b/res/layout/widget_cell_content.xml index c77b0b931d..64f2362ed3 100644 --- a/res/layout/widget_cell_content.xml +++ b/res/layout/widget_cell_content.xml @@ -34,7 +34,6 @@ android:layout_weight="1" android:ellipsize="end" android:fadingEdge="horizontal" - android:fontFamily="sans-serif-condensed" android:gravity="start" android:singleLine="true" android:maxLines="1" @@ -51,7 +50,6 @@ android:layout_marginLeft="5dp" android:textColor="?android:attr/textColorSecondary" android:textSize="14sp" - android:fontFamily="sans-serif-condensed" android:alpha="0.8" /> diff --git a/res/layout/widgets_bottom_sheet.xml b/res/layout/widgets_bottom_sheet.xml index 6bf90481ad..3fdfc96667 100644 --- a/res/layout/widgets_bottom_sheet.xml +++ b/res/layout/widgets_bottom_sheet.xml @@ -26,7 +26,7 @@ android:theme="?attr/widgetsTheme"> - -