added splash screen and starting to work on a toolbar which will house stuff like signing in, settings and refreshing data

This commit is contained in:
Odweta
2024-01-28 18:34:48 +01:00
parent b089a04c4b
commit 92d18abc91
41 changed files with 266 additions and 40 deletions
+3
View File
@@ -26,6 +26,9 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<meta-data
android:name="preloaded_fonts"
android:resource="@array/preloaded_fonts" />
</application>
</manifest>