2023-02-06 13:44:27 -06:00
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
<!-- Base application theme. -->
|
|
|
|
|
<style name="Theme.Isolaatti" parent="Theme.Material3.DayNight.NoActionBar">
|
|
|
|
|
<!-- Primary brand color. -->
|
|
|
|
|
<!-- Secondary brand color. -->
|
|
|
|
|
<!-- Status bar color. -->
|
|
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.Isolaatti.Splash" parent="Theme.SplashScreen"/>
|
2023-02-11 23:41:23 -06:00
|
|
|
<style name="ShapeAppearanceOverlay.Avatar" parent="ShapeAppearance.MaterialComponents.SmallComponent">
|
|
|
|
|
<item name="cornerFamily">rounded</item>
|
|
|
|
|
<item name="cornerSize">50%</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2023-02-06 13:44:27 -06:00
|
|
|
</resources>
|