Make androidx.preference dialog match M3 dialog (#8909)
This commit is contained in:
@@ -14,10 +14,8 @@
|
||||
<!--AlertDialog-->
|
||||
<!--===========-->
|
||||
<style name="ThemeOverlay.Tachiyomi.MaterialAlertDialog" parent="ThemeOverlay.Material3.MaterialAlertDialog">
|
||||
<item name="android:textColorPrimary">?attr/colorOnSurface</item>
|
||||
<item name="android:textColor">?attr/colorOnSurface</item>
|
||||
<item name="android:colorBackground">?attr/colorSurface</item>
|
||||
<item name="android:layout">@layout/m3_alert_dialog</item>
|
||||
<item name="android:background">@drawable/material_popup_background</item>
|
||||
<item name="dialogCornerRadius">@dimen/m3_alert_dialog_corner_size</item>
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user