summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorChihhang Chuang <chihhangchuang@google.com>2021-05-29 16:49:54 +0800
committerChihhang Chuang <chihhangchuang@google.com>2021-06-02 11:40:21 +0800
commit91a8fe9c67fd163bc9e1ad65348abaa2246e60e7 (patch)
treefcef8326b5747a2bb273186abcddf9192af539b2 /res/values
parent0d25a47eaefc42847b427cfe223f59d44cc42923 (diff)
downloadThemePicker-91a8fe9c67fd163bc9e1ad65348abaa2246e60e7.tar.gz
Use GS for section TextView
Fixes: 189576446 Test: Manually Change-Id: If17c91d2fe2a1fbdc9ef57b1b61f632cdcabf2b3
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 51d1f96e..7762b411 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -100,7 +100,8 @@
<item name="android:maxLength">100</item>
</style>
- <style name="SectionTitleTextStyle" parent="@android:style/TextAppearance.Material">
+ <style name="SectionTitleTextStyle">
+ <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item>
<item name="android:textColor">?android:textColorPrimary</item>
<item name="android:textDirection">locale</item>
<item name="android:textSize">20sp</item>
@@ -108,6 +109,7 @@
</style>
<style name="SectionSubtitleTextStyle" parent="SectionTitleTextStyle">
+ <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item>
<item name="android:textColor">?android:textColorSecondary</item>
<item name="android:textSize">14sp</item>
<item name="android:lineHeight">20dp</item>