New background, stuff with dropdowns

This commit is contained in:
Michael Mikovsky
2025-02-16 23:31:27 -07:00
parent f701397577
commit 1df7928da1
13 changed files with 675 additions and 73 deletions
+10
View File
@@ -13,4 +13,14 @@
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
</style>
<style name="FullScreenDialogStyle" parent="Theme.MaterialComponents.Light.Dialog">
<item name="android:windowIsFloating">false</item>
<item name="android:windowBackground">@android:color/white</item>
</style>
<!-- <style name="DialogAnimation">-->
<!-- <item name="android:windowEnterAnimation">@anim/slide_up</item>-->
<!-- <item name="android:windowExitAnimation">@anim/slide_down</item>-->
<!-- </style>-->
</resources>