Skip to content

Commit

Permalink
Improvement preferences typography font
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Aug 26, 2024
1 parent 780346e commit c07099d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions play-services-core/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,9 @@

<!-- Text application theme -->

<style name="Theme.TextAppearance.PreferenceTitle" parent="@android:style/TextAppearance.Material.Subhead">
<item name="android:textSize">16.0sp</item>
</style>
<style name="Theme.TextAppearance.PreferenceTitle" parent="@style/TextAppearance.Material3.TitleMedium" />

<style name="Theme.TextAppearance.CategoryTitle" parent="@android:style/TextAppearance.DeviceDefault.Medium">
<item name="android:textSize">14.0sp</item>
</style>
<style name="Theme.TextAppearance.CategoryTitle" parent="@style/TextAppearance.Material3.LabelLarge" />

<style name="Theme.PositiveButton.Warning" parent="Widget.Material3.Button.TextButton.Dialog">
<item name="android:textColor">?colorError</item>
Expand Down

0 comments on commit c07099d

Please sign in to comment.