Implemented snackbar telling the user that an error has occurred when fetching their schedule through FetcherActivity.kt. Also made some slight additions to the documentation

This commit is contained in:
denizk0461
2023-04-25 12:02:25 +02:00
parent 96862497e4
commit 840c8f1db7
7 changed files with 89 additions and 26 deletions
+3
View File
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- I am unsure whether these attrs are necessary to define -->
<attr name="scheduleColorDefault" type="color"/>
<attr name="colorOutlineVariant" type="color"/>
<attr name="colorOnSurfaceVariant" type="color"/>
<attr name="colorErrorContainer" type="color"/>
<attr name="colorOnErrorContainer" type="color"/>
</resources>