mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2025-10-29 19:44:40 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2e965203a4
@ -55,8 +55,10 @@
|
||||
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.DayNight" />
|
||||
|
||||
<style name="MaterialAlertDialogTheme" parent="ThemeOverlay.Material3.MaterialAlertDialog">
|
||||
<!-- android:background for dialogs causes a bug where selection toolbar is oversized -->
|
||||
<item name="android:backgroundTint">?attr/cardViewBackgroundColor</item>
|
||||
<item name="colorBackgroundFloating">?attr/cardViewBackgroundColor</item>
|
||||
<item name="android:textSize">?attr/font_default</item>
|
||||
<item name="android:background">?attr/cardViewBackgroundColor</item>
|
||||
<item name="materialAlertDialogTitleTextStyle">@style/MaterialAlertDialogTitleTextStyle
|
||||
</item>
|
||||
<item name="materialAlertDialogBodyTextStyle">@style/MaterialAlertDialogBodyTextStyle</item>
|
||||
@ -116,7 +118,9 @@
|
||||
</style>
|
||||
|
||||
<style name="ListPreferenceStyle" parent="ThemeOverlay.AppCompat.Dialog.Alert">
|
||||
<item name="android:background">?attr/cardViewBackgroundColor</item>
|
||||
<!-- android:background for dialogs causes a bug where selection toolbar is oversized -->
|
||||
<item name="android:backgroundTint">?attr/cardViewBackgroundColor</item>
|
||||
<item name="colorBackgroundFloating">?attr/cardViewBackgroundColor</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.App.CheckBox.Dark" parent="Widget.Material3.CompoundButton.CheckBox">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user