mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-06-21 04:49:17 +00:00
15 lines
487 B
XML
15 lines
487 B
XML
<resources>
|
|
|
|
<style name="Theme.OpenHealth" parent="Theme.Material3.DynamicColors.DayNight" />
|
|
|
|
<style name="Theme.OpenHealth.NoActionBar" parent="Theme.OpenHealth">
|
|
<item name="windowActionBar">false</item>
|
|
<item name="windowNoTitle">true</item>
|
|
</style>
|
|
|
|
<style name="Theme.OpenHealth.SplashScreen" parent="Theme.OpenHealth.NoActionBar">
|
|
<item name="android:windowBackground">@drawable/layer_list_splash_screen</item>
|
|
</style>
|
|
|
|
</resources>
|