mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 15:45:42 +03:00
10 lines
310 B
XML
10 lines
310 B
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
|||
|
<resources>
|
|||
|
<style name="BitwardenTheme.Splash" parent="BitwardenTheme.Base">
|
|||
|
</style>
|
|||
|
<style name="BitwardenTheme" parent="BitwardenTheme.Base">
|
|||
|
</style>
|
|||
|
<style name="BitwardenTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
|
|||
|
</style>
|
|||
|
</resources>
|