Added colour to StudIPEvent.kt to implement at a later date in an effort to prepare the app for release without needing to migrate (= nuke) the database once the functionality will be implemented

This commit is contained in:
denizk0461
2023-04-23 21:40:04 +02:00
parent ca89e68a91
commit 8d6a15c4d5
10 changed files with 168 additions and 66 deletions
+4
View File
@@ -29,6 +29,10 @@
<item name="colorPrimaryInverse">@color/md_theme_dark_inversePrimary</item>
<item name="android:textColor">@color/md_theme_dark_onSurfaceVariant</item>
<item name="android:scrollbarThumbVertical">@color/md_theme_dark_onSurfaceVariant</item>
<!-- is this correct? -->
<item name="scheduleColorDefault">@color/md_theme_light_background</item>
</style>
<style name="DividerTheme" parent="Widget.Material3.MaterialDivider">