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">
|
2023-07-08 17:11:55 -06:00
|
|
|
<item name="android:colorPrimary">@color/purple</item>
|
|
|
|
|
<item name="colorSurface">@color/surface</item>
|
|
|
|
|
<item name="colorOnSurface">@color/on_surface</item>
|
|
|
|
|
<item name="android:statusBarColor">@color/purple</item>
|
2023-02-06 13:44:27 -06:00
|
|
|
</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-07-29 00:55:07 -06:00
|
|
|
<style name="TransparentText" parent="@android:style/TextAppearance">
|
|
|
|
|
<item name="android:textColor">#00000000</item>
|
|
|
|
|
</style>
|
2023-02-06 13:44:27 -06:00
|
|
|
</resources>
|