diff --git a/config.xml b/config.xml index 47dabf1..70f933d 100644 --- a/config.xml +++ b/config.xml @@ -19,6 +19,13 @@ + + + + + + + diff --git a/res/android/mipmap-hdpi/ic_launcher.png b/res/android/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..0e683c5 Binary files /dev/null and b/res/android/mipmap-hdpi/ic_launcher.png differ diff --git a/res/android/mipmap-hdpi/ic_launcher_background.png b/res/android/mipmap-hdpi/ic_launcher_background.png new file mode 100644 index 0000000..746ffc4 Binary files /dev/null and b/res/android/mipmap-hdpi/ic_launcher_background.png differ diff --git a/res/android/mipmap-hdpi/ic_launcher_foreground.png b/res/android/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..99d5984 Binary files /dev/null and b/res/android/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/res/android/mipmap-hdpi/ic_launcher_round.png b/res/android/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 0000000..0e13343 Binary files /dev/null and b/res/android/mipmap-hdpi/ic_launcher_round.png differ diff --git a/res/android/mipmap-ldpi/ic_launcher.png b/res/android/mipmap-ldpi/ic_launcher.png new file mode 100644 index 0000000..c5fcaeb Binary files /dev/null and b/res/android/mipmap-ldpi/ic_launcher.png differ diff --git a/res/android/mipmap-mdpi/ic_launcher.png b/res/android/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..f33ead7 Binary files /dev/null and b/res/android/mipmap-mdpi/ic_launcher.png differ diff --git a/res/android/mipmap-mdpi/ic_launcher_background.png b/res/android/mipmap-mdpi/ic_launcher_background.png new file mode 100644 index 0000000..6ad87a7 Binary files /dev/null and b/res/android/mipmap-mdpi/ic_launcher_background.png differ diff --git a/res/android/mipmap-mdpi/ic_launcher_foreground.png b/res/android/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..cd7d19f Binary files /dev/null and b/res/android/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/res/android/mipmap-mdpi/ic_launcher_round.png b/res/android/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 0000000..f842116 Binary files /dev/null and b/res/android/mipmap-mdpi/ic_launcher_round.png differ diff --git a/res/android/mipmap-xhdpi/ic_launcher.png b/res/android/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..838b300 Binary files /dev/null and b/res/android/mipmap-xhdpi/ic_launcher.png differ diff --git a/res/android/mipmap-xhdpi/ic_launcher_background.png b/res/android/mipmap-xhdpi/ic_launcher_background.png new file mode 100644 index 0000000..07c4828 Binary files /dev/null and b/res/android/mipmap-xhdpi/ic_launcher_background.png differ diff --git a/res/android/mipmap-xhdpi/ic_launcher_foreground.png b/res/android/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..80bbea1 Binary files /dev/null and b/res/android/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/res/android/mipmap-xhdpi/ic_launcher_round.png b/res/android/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000..0cef590 Binary files /dev/null and b/res/android/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/res/android/mipmap-xxhdpi/ic_launcher.png b/res/android/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..950653d Binary files /dev/null and b/res/android/mipmap-xxhdpi/ic_launcher.png differ diff --git a/res/android/mipmap-xxhdpi/ic_launcher_background.png b/res/android/mipmap-xxhdpi/ic_launcher_background.png new file mode 100644 index 0000000..4fd41f3 Binary files /dev/null and b/res/android/mipmap-xxhdpi/ic_launcher_background.png differ diff --git a/res/android/mipmap-xxhdpi/ic_launcher_foreground.png b/res/android/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..572acf8 Binary files /dev/null and b/res/android/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/res/android/mipmap-xxhdpi/ic_launcher_round.png b/res/android/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..9c46ffe Binary files /dev/null and b/res/android/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/res/android/mipmap-xxxhdpi/ic_launcher.png b/res/android/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..4ec301a Binary files /dev/null and b/res/android/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/res/android/mipmap-xxxhdpi/ic_launcher_background.png b/res/android/mipmap-xxxhdpi/ic_launcher_background.png new file mode 100644 index 0000000..2be9572 Binary files /dev/null and b/res/android/mipmap-xxxhdpi/ic_launcher_background.png differ diff --git a/res/android/mipmap-xxxhdpi/ic_launcher_foreground.png b/res/android/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..3425ac1 Binary files /dev/null and b/res/android/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/res/android/mipmap-xxxhdpi/ic_launcher_round.png b/res/android/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..658a88c Binary files /dev/null and b/res/android/mipmap-xxxhdpi/ic_launcher_round.png differ