11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
33
4- <style name =" AppTheme" parent =" Theme.Material3 .Light" >
4+ <style name =" AppTheme" parent =" Theme.Material3Expressive .Light" >
55 <!-- Customize your theme here.-->
66 <item name =" windowActionBar" >false</item >
77 <item name =" windowNoTitle" >true</item >
1616 <item name =" colorOnSecondary" >@color/ColorOnSecondary</item >
1717 </style >
1818
19- <style name =" NavigationTheme" parent =" Theme.Material3 .Dark" />
19+ <style name =" NavigationTheme" parent =" Theme.Material3Expressive .Dark" />
2020
2121 <style name =" ToolbarWithCloseButton" parent =" DrawerTheme" >
2222 <!-- item name="navigationContentDescription">@string/toolbar_navigation_close_description</item-->
2323 <item name =" navigationIcon" >@drawable/ic_baseline_close_24</item >
2424 </style >
2525
26- <style name =" DialogStyleBasic" parent =" Theme.Material3 .Dark.Dialog" >
26+ <style name =" DialogStyleBasic" parent =" Theme.Material3Expressive .Dark.Dialog" >
2727 <item name =" android:windowBackground" >@drawable/bg_tablet_dialog</item >
2828 <item name =" colorPrimary" >@color/ColorPrimary</item >
2929 <item name =" colorPrimaryDark" >@color/ColorPrimaryDark</item >
4747 <!-- MaterialDesign Alert Dialog Center Icon and Title -->
4848 <style name =" MaterialAlertDialogCenterStyle" >
4949 <item name =" materialAlertDialogTitlePanelStyle" >
50- @style/MaterialAlertDialog.Material3 .Title.Panel.CenterStacked
50+ @style/MaterialAlertDialog.Material3Expressive .Title.Panel.CenterStacked
5151 </item >
5252 <item name =" materialAlertDialogTitleIconStyle" >
5353 @style/MaterialAlertDialogCenterTitleIconStyle
5454 </item >
5555 <item name =" materialAlertDialogTitleTextStyle" >
56- @style/MaterialAlertDialog.Material3 .Title.Text.CenterStacked
56+ @style/MaterialAlertDialog.Material3Expressive .Title.Text.CenterStacked
5757 </item >
5858 </style >
5959
60- <style name =" MaterialAlertDialogCenterTitleIconStyle" parent =" MaterialAlertDialog.Material3 .Title.Icon .CenterStacked" >
60+ <style name =" MaterialAlertDialogCenterTitleIconStyle" parent =" MaterialAlertDialog.Material3Expressive .Title.Text .CenterStacked" >
6161 <item name =" tint" >@color/ColorSecondary</item >
6262 </style >
6363
7979 <item name =" android:textColorSecondary" >@android:color/white</item >
8080 </style >
8181
82- <style name =" AppTheme.AppBarOverlay" parent =" ThemeOverlay.AppCompat.Dark.ActionBar" />
82+ <!-- style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" /-- >
8383
8484</resources >
0 commit comments