Added app icon

Started work on the freezer overview

Updated dependencies

Some project restructuring
This commit is contained in:
2023-01-23 10:09:41 +01:00
parent f7236485c0
commit a80118fea7
66 changed files with 554 additions and 356 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/white"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>