use DynamicColors app bar theme

This commit is contained in:
Pratyush 2022-05-12 14:52:39 +05:30 committed by Daniel Micay
parent 8a308b69e5
commit afaf71a4a2
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,6 @@
<item name="android:navigationBarColor">@android:color/transparent</item>
</style>
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.Material3.Dark" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.Material3.DynamicColors.Dark" />
</resources>

View File

@ -8,8 +8,8 @@
<item name="android:navigationBarColor">@android:color/transparent</item>
</style>
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.Material3.Dark" />
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.Material3.DynamicColors.Dark" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.Material3.Light" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.Material3.DynamicColors.Light" />
</resources>