0.2.0 - MainViewModel and DataStore Handling implementation
This commit is contained in:
parent
29a75aa18a
commit
17fa0973b8
149 changed files with 1385 additions and 373 deletions
8
app/src/main/res/drawable/splash_icon.xml
Normal file
8
app/src/main/res/drawable/splash_icon.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/app_icon_colored"
|
||||
android:height="75.dp"
|
||||
android:width="75.dp"
|
||||
android:gravity="center"
|
||||
/>
|
||||
</layer-list>
|
||||
Loading…
Add table
Add a link
Reference in a new issue