Mercury-IM/app/src/main/res/values/themes.xml

30 lines
698 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Light Theme -->
<style name="Theme.Mercury"
parent="Base.Theme.Mercury">
</style>
<!-- Dark Theme -->
<style name="Theme.Mercury.Dark"
parent="Base.Theme.Mercury">
</style>
<!-- Base Theme. Insert common theme attributes here -->
<style name="Base.Theme.Mercury"
parent="Platform.Theme.Mercury">
</style>
<!-- API v19 specific theme attributes -->
<style name="Platform.V19.Theme.Mercury"
parent="Theme.MaterialComponents" />
<!-- Don't change this -->
<style name="Platform.Theme.Mercury"
parent="Platform.V19.Theme.Mercury" />
</resources>