summaryrefslogtreecommitdiffstats
path: root/res/layout/widgets_scroll_container.xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-04-11 15:17:41 -0700
committerHyunyoung Song <hyunyoungs@google.com>2019-04-11 22:56:54 +0000
commitdf4bf92412059663e3ac9d787d34f5afbedca59f (patch)
treec94088828f14766ab818db5b59bb5d9575baf1de /res/layout/widgets_scroll_container.xml
parent0d7b0159b37361f8483ea2120d286ec249a82673 (diff)
downloadandroid_packages_apps_Trebuchet-df4bf92412059663e3ac9d787d34f5afbedca59f.tar.gz
android_packages_apps_Trebuchet-df4bf92412059663e3ac9d787d34f5afbedca59f.tar.bz2
android_packages_apps_Trebuchet-df4bf92412059663e3ac9d787d34f5afbedca59f.zip
Popups (shortcut, system, scroller) / Drop Targets / Widgets (bottom/full) should follow themed font
Bug: 126229665 Change-Id: I429da6b9bc5f99d42be0f2498cbdecb059f127f4
Diffstat (limited to 'res/layout/widgets_scroll_container.xml')
-rw-r--r--res/layout/widgets_scroll_container.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/widgets_scroll_container.xml b/res/layout/widgets_scroll_container.xml
index 33c981a31..fc509d116 100644
--- a/res/layout/widgets_scroll_container.xml
+++ b/res/layout/widgets_scroll_container.xml
@@ -23,6 +23,7 @@
android:scrollbars="none">
<LinearLayout
android:id="@+id/widgets_cell_list"
+ style="@style/TextTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="0dp"