This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
mobile-app/android/app/src/main/res/values/styles.xml

14 lines
378 B
XML
Raw Normal View History

2021-04-03 09:52:26 +00:00
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:textColor">#000000</item>
</style>
2021-04-04 07:29:40 +00:00
<style name="BootTheme" parent="AppTheme">
<item name="android:background">@drawable/bootsplash</item>
</style>
2021-04-03 09:52:26 +00:00
</resources>