Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9656ad75 authored by Chihhang Chuang's avatar Chihhang Chuang Committed by Automerger Merge Worker
Browse files

Use GS for section TextView am: 91a8fe9c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/14759715

Change-Id: I3341249748b8fc05a2c6e197e48d15ab725ecdfc
parents 941c6a87 91a8fe9c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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>