add app logo #129
Before ![]() (image error) Size: 7.5 KiB After ![]() (image error) Size: 33 KiB ![]() ![]() |
BIN
frontend/allowance-planner-v2/android/app/src/main/res/drawable-land-ldpi/splash.png
Normal file
After ![]() (image error) Size: 9.1 KiB |
Before ![]() (image error) Size: 3.9 KiB After ![]() (image error) Size: 16 KiB ![]() ![]() |
Before ![]() (image error) Size: 9.0 KiB After ![]() (image error) Size: 64 KiB ![]() ![]() |
Before ![]() (image error) Size: 14 KiB After ![]() (image error) Size: 91 KiB ![]() ![]() |
Before ![]() (image error) Size: 17 KiB After ![]() (image error) Size: 122 KiB ![]() ![]() |
Before ![]() (image error) Size: 7.7 KiB After ![]() (image error) Size: 32 KiB ![]() ![]() |
BIN
frontend/allowance-planner-v2/android/app/src/main/res/drawable-port-ldpi/splash.png
Normal file
After ![]() (image error) Size: 9.1 KiB |
Before ![]() (image error) Size: 4.0 KiB After ![]() (image error) Size: 16 KiB ![]() ![]() |
Before ![]() (image error) Size: 9.6 KiB After ![]() (image error) Size: 65 KiB ![]() ![]() |
Before ![]() (image error) Size: 13 KiB After ![]() (image error) Size: 90 KiB ![]() ![]() |
Before ![]() (image error) Size: 17 KiB After ![]() (image error) Size: 119 KiB ![]() ![]() |
Before ![]() (image error) Size: 3.9 KiB After ![]() (image error) Size: 16 KiB ![]() ![]() |
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@color/ic_launcher_background"/>
|
<background>
|
||||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" />
|
||||||
|
</background>
|
||||||
|
<foreground>
|
||||||
|
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" />
|
||||||
|
</foreground>
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@color/ic_launcher_background"/>
|
<background>
|
||||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" />
|
||||||
|
</background>
|
||||||
|
<foreground>
|
||||||
|
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" />
|
||||||
|
</foreground>
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
BIN
frontend/allowance-planner-v2/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
Normal file
After ![]() (image error) Size: 660 B |
Before ![]() (image error) Size: 3.4 KiB After ![]() (image error) Size: 5.1 KiB ![]() ![]() |
BIN
frontend/allowance-planner-v2/android/app/src/main/res/mipmap-ldpi/ic_launcher_background.png
Normal file
After ![]() (image error) Size: 296 B |
BIN
frontend/allowance-planner-v2/android/app/src/main/res/mipmap-ldpi/ic_launcher_foreground.png
Normal file
After ![]() (image error) Size: 2.1 KiB |
BIN
frontend/allowance-planner-v2/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
Normal file
After ![]() (image error) Size: 408 B |
Before ![]() (image error) Size: 2.1 KiB After ![]() (image error) Size: 3.0 KiB ![]() ![]() |
BIN
frontend/allowance-planner-v2/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
Normal file
After ![]() (image error) Size: 1006 B |
Before ![]() (image error) Size: 4.9 KiB After ![]() (image error) Size: 7.5 KiB ![]() ![]() |
BIN
frontend/allowance-planner-v2/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
Normal file
After ![]() (image error) Size: 1.8 KiB |
Before ![]() (image error) Size: 9.6 KiB After ![]() (image error) Size: 13 KiB ![]() ![]() |
BIN
frontend/allowance-planner-v2/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
Normal file
After ![]() (image error) Size: 2.5 KiB |
BIN
frontend/allowance-planner-v2/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
Before ![]() (image error) Size: 15 KiB After ![]() (image error) Size: 18 KiB ![]() ![]() |
Before ![]() (image error) Size: 38 KiB After ![]() (image error) Size: 38 KiB ![]() ![]() |
Before ![]() (image error) Size: 163 KiB After ![]() (image error) Size: 163 KiB ![]() ![]() |
BIN
frontend/allowance-planner-v2/assets/splash.png
Normal file
After ![]() (image error) Size: 130 KiB |
@ -2,7 +2,7 @@ import type { CapacitorConfig } from '@capacitor/cli';
|
|||||||
|
|
||||||
const config: CapacitorConfig = {
|
const config: CapacitorConfig = {
|
||||||
appId: 'io.ionic.starter',
|
appId: 'io.ionic.starter',
|
||||||
appName: 'allowance-planner-v2',
|
appName: 'Allowance Planner V2',
|
||||||
webDir: 'www'
|
webDir: 'www'
|
||||||
};
|
};
|
||||||
|
|
||||||
|