Move theme to its own module

This commit is contained in:
Benoit Marty 2022-10-07 16:16:00 +02:00
parent ac1b146a78
commit e0167681e2
31 changed files with 122 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.ElementX" parent="android:Theme.Material.Light.NoActionBar" />
</resources>