summaryrefslogtreecommitdiffstats
path: root/res/values
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/values
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/values')
-rw-r--r--res/values/styles.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index ec63e3597..1ffa97bfe 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -126,7 +126,7 @@
<style name="WidgetContainerTheme.Dark" />
- <style name="FastScrollerPopup" parent="@android:style/TextAppearance.DeviceDefault">
+ <style name="FastScrollerPopup" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle">
<item name="android:layout_width">wrap_content</item>
<item name="android:minWidth">@dimen/fastscroll_popup_width</item>
<item name="android:layout_height">@dimen/fastscroll_popup_height</item>
@@ -173,7 +173,7 @@
</style>
<!-- Drop targets -->
- <style name="DropTargetButtonBase">
+ <style name="DropTargetButtonBase" parent="@android:style/TextAppearance.DeviceDefault">
<item name="android:drawablePadding">7.5dp</item>
<item name="android:paddingLeft">16dp</item>
<item name="android:paddingRight">16dp</item>
@@ -189,6 +189,8 @@
<style name="DropTargetButton" parent="DropTargetButtonBase" />
+ <style name="TextHeadline" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle" />
+
<style name="TextTitle" parent="@android:style/TextAppearance.DeviceDefault" />
<style name="AllAppsEmptySearchBackground">