Now that the composer as been removed, we do not need element resource module anymore.

This commit is contained in:
Benoit Marty 2023-06-27 13:34:55 +02:00
parent 01ea66e60e
commit 659b9d3d9c
25 changed files with 2 additions and 696 deletions

View file

@ -22,5 +22,5 @@
<item name="postSplashScreenTheme">@style/Theme.ElementX</item>
</style>
<style name="Theme.ElementX" parent="Theme.ElementAndroid" />
<style name="Theme.ElementX" parent="Theme.Material3.Dark" />
</resources>

View file

@ -21,5 +21,5 @@
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
<item name="postSplashScreenTheme">@style/Theme.ElementX</item>
</style>
<style name="Theme.ElementX" parent="Theme.ElementAndroid" />
<style name="Theme.ElementX" parent="Theme.Material3.Light" />
</resources>