From b6435529d98beb852c2df8def65cce4572468bcc Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Wed, 7 Dec 2022 17:55:01 +0100 Subject: Initial commit,v1.0.1 --- app/src/main/res/drawable-v24/bg_rounded_grey.xml | 5 + .../res/drawable-v24/ic_launcher_foreground.xml | 30 ++ app/src/main/res/drawable/bg_no_no_background.xml | 74 ++++ app/src/main/res/drawable/bg_o_background.xml | 74 ++++ .../res/drawable/bg_offline_game_background.xml | 74 ++++ app/src/main/res/drawable/bg_rounded_blue.xml | 5 + app/src/main/res/drawable/bg_rounded_rectangle.xml | 6 + app/src/main/res/drawable/bg_x_background.xml | 74 ++++ .../res/drawable/bg_you_in_army_background.xml | 74 ++++ app/src/main/res/drawable/emptiness_background.xml | 74 ++++ .../main/res/drawable/ic_baseline_gamepad_24.xml | 5 + .../main/res/drawable/ic_launcher_background.xml | 170 +++++++++ .../main/res/layout-land/activity_offline_game.xml | 233 ++++++++++++ app/src/main/res/layout/activity_main.xml | 54 +++ app/src/main/res/layout/activity_offline_game.xml | 403 +++++++++++++++++++++ app/src/main/res/layout/activity_online_game.xml | 133 +++++++ app/src/main/res/mipmap-anydpi-v26/bg_no_no.xml | 5 + .../main/res/mipmap-anydpi-v26/bg_no_no_round.xml | 5 + app/src/main/res/mipmap-anydpi-v26/bg_o.xml | 5 + app/src/main/res/mipmap-anydpi-v26/bg_o_round.xml | 5 + .../main/res/mipmap-anydpi-v26/bg_offline_game.xml | 5 + .../mipmap-anydpi-v26/bg_offline_game_round.xml | 5 + app/src/main/res/mipmap-anydpi-v26/bg_x.xml | 5 + app/src/main/res/mipmap-anydpi-v26/bg_x_round.xml | 5 + .../main/res/mipmap-anydpi-v26/bg_you_in_army.xml | 5 + .../res/mipmap-anydpi-v26/bg_you_in_army_round.xml | 5 + app/src/main/res/mipmap-anydpi-v26/emptiness.xml | 5 + .../main/res/mipmap-anydpi-v26/emptiness_round.xml | 5 + app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 + app/src/main/res/mipmap-anydpi-v26/main_bg.xml | 4 + .../main/res/mipmap-anydpi-v26/main_bg_round.xml | 4 + app/src/main/res/mipmap-hdpi/bg_no_no.png | Bin 0 -> 7825 bytes .../main/res/mipmap-hdpi/bg_no_no_foreground.png | Bin 0 -> 40080 bytes app/src/main/res/mipmap-hdpi/bg_no_no_round.png | Bin 0 -> 9206 bytes app/src/main/res/mipmap-hdpi/bg_o.png | Bin 0 -> 3942 bytes app/src/main/res/mipmap-hdpi/bg_o_foreground.png | Bin 0 -> 16579 bytes app/src/main/res/mipmap-hdpi/bg_o_round.png | Bin 0 -> 5653 bytes app/src/main/res/mipmap-hdpi/bg_offline_game.png | Bin 0 -> 8439 bytes .../res/mipmap-hdpi/bg_offline_game_foreground.png | Bin 0 -> 44721 bytes .../main/res/mipmap-hdpi/bg_offline_game_round.png | Bin 0 -> 10256 bytes app/src/main/res/mipmap-hdpi/bg_x.png | Bin 0 -> 3871 bytes app/src/main/res/mipmap-hdpi/bg_x_foreground.png | Bin 0 -> 15630 bytes app/src/main/res/mipmap-hdpi/bg_x_round.png | Bin 0 -> 5771 bytes app/src/main/res/mipmap-hdpi/bg_you_in_army.png | Bin 0 -> 10392 bytes .../res/mipmap-hdpi/bg_you_in_army_foreground.png | Bin 0 -> 56160 bytes .../main/res/mipmap-hdpi/bg_you_in_army_round.png | Bin 0 -> 12256 bytes app/src/main/res/mipmap-hdpi/emptiness.png | Bin 0 -> 6217 bytes .../main/res/mipmap-hdpi/emptiness_foreground.png | Bin 0 -> 37545 bytes app/src/main/res/mipmap-hdpi/emptiness_round.png | Bin 0 -> 7200 bytes app/src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 0 -> 1404 bytes .../main/res/mipmap-hdpi/ic_launcher_round.webp | Bin 0 -> 2898 bytes app/src/main/res/mipmap-hdpi/main_bg.png | Bin 0 -> 8515 bytes .../main/res/mipmap-hdpi/main_bg_foreground.png | Bin 0 -> 47212 bytes app/src/main/res/mipmap-hdpi/main_bg_round.png | Bin 0 -> 9860 bytes app/src/main/res/mipmap-mdpi/bg_no_no.png | Bin 0 -> 4295 bytes .../main/res/mipmap-mdpi/bg_no_no_foreground.png | Bin 0 -> 20023 bytes app/src/main/res/mipmap-mdpi/bg_no_no_round.png | Bin 0 -> 4678 bytes app/src/main/res/mipmap-mdpi/bg_o.png | Bin 0 -> 1796 bytes app/src/main/res/mipmap-mdpi/bg_o_foreground.png | Bin 0 -> 8802 bytes app/src/main/res/mipmap-mdpi/bg_o_round.png | Bin 0 -> 2546 bytes app/src/main/res/mipmap-mdpi/bg_offline_game.png | Bin 0 -> 4411 bytes .../res/mipmap-mdpi/bg_offline_game_foreground.png | Bin 0 -> 23445 bytes .../main/res/mipmap-mdpi/bg_offline_game_round.png | Bin 0 -> 5118 bytes app/src/main/res/mipmap-mdpi/bg_x.png | Bin 0 -> 2523 bytes app/src/main/res/mipmap-mdpi/bg_x_foreground.png | Bin 0 -> 7697 bytes app/src/main/res/mipmap-mdpi/bg_x_round.png | Bin 0 -> 3075 bytes app/src/main/res/mipmap-mdpi/bg_you_in_army.png | Bin 0 -> 5300 bytes .../res/mipmap-mdpi/bg_you_in_army_foreground.png | Bin 0 -> 26267 bytes .../main/res/mipmap-mdpi/bg_you_in_army_round.png | Bin 0 -> 5955 bytes app/src/main/res/mipmap-mdpi/emptiness.png | Bin 0 -> 3485 bytes .../main/res/mipmap-mdpi/emptiness_foreground.png | Bin 0 -> 17375 bytes app/src/main/res/mipmap-mdpi/emptiness_round.png | Bin 0 -> 3753 bytes app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 0 -> 982 bytes .../main/res/mipmap-mdpi/ic_launcher_round.webp | Bin 0 -> 1772 bytes app/src/main/res/mipmap-mdpi/main_bg.png | Bin 0 -> 4549 bytes .../main/res/mipmap-mdpi/main_bg_foreground.png | Bin 0 -> 24619 bytes app/src/main/res/mipmap-mdpi/main_bg_round.png | Bin 0 -> 5134 bytes app/src/main/res/mipmap-xhdpi/bg_no_no.png | Bin 0 -> 13156 bytes .../main/res/mipmap-xhdpi/bg_no_no_foreground.png | Bin 0 -> 65831 bytes app/src/main/res/mipmap-xhdpi/bg_no_no_round.png | Bin 0 -> 15108 bytes app/src/main/res/mipmap-xhdpi/bg_o.png | Bin 0 -> 6684 bytes app/src/main/res/mipmap-xhdpi/bg_o_foreground.png | Bin 0 -> 25436 bytes app/src/main/res/mipmap-xhdpi/bg_o_round.png | Bin 0 -> 9129 bytes app/src/main/res/mipmap-xhdpi/bg_offline_game.png | Bin 0 -> 14050 bytes .../mipmap-xhdpi/bg_offline_game_foreground.png | Bin 0 -> 66965 bytes .../res/mipmap-xhdpi/bg_offline_game_round.png | Bin 0 -> 16605 bytes app/src/main/res/mipmap-xhdpi/bg_x.png | Bin 0 -> 6823 bytes app/src/main/res/mipmap-xhdpi/bg_x_foreground.png | Bin 0 -> 23422 bytes app/src/main/res/mipmap-xhdpi/bg_x_round.png | Bin 0 -> 8385 bytes app/src/main/res/mipmap-xhdpi/bg_you_in_army.png | Bin 0 -> 17894 bytes .../res/mipmap-xhdpi/bg_you_in_army_foreground.png | Bin 0 -> 95257 bytes .../main/res/mipmap-xhdpi/bg_you_in_army_round.png | Bin 0 -> 20761 bytes app/src/main/res/mipmap-xhdpi/emptiness.png | Bin 0 -> 10334 bytes .../main/res/mipmap-xhdpi/emptiness_foreground.png | Bin 0 -> 64899 bytes app/src/main/res/mipmap-xhdpi/emptiness_round.png | Bin 0 -> 11655 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.webp | Bin 0 -> 1900 bytes .../main/res/mipmap-xhdpi/ic_launcher_round.webp | Bin 0 -> 3918 bytes app/src/main/res/mipmap-xhdpi/main_bg.png | Bin 0 -> 13805 bytes .../main/res/mipmap-xhdpi/main_bg_foreground.png | Bin 0 -> 73354 bytes app/src/main/res/mipmap-xhdpi/main_bg_round.png | Bin 0 -> 15571 bytes app/src/main/res/mipmap-xxhdpi/bg_no_no.png | Bin 0 -> 26421 bytes .../main/res/mipmap-xxhdpi/bg_no_no_foreground.png | Bin 0 -> 132646 bytes app/src/main/res/mipmap-xxhdpi/bg_no_no_round.png | Bin 0 -> 30185 bytes app/src/main/res/mipmap-xxhdpi/bg_o.png | Bin 0 -> 12657 bytes app/src/main/res/mipmap-xxhdpi/bg_o_foreground.png | Bin 0 -> 46135 bytes app/src/main/res/mipmap-xxhdpi/bg_o_round.png | Bin 0 -> 16731 bytes app/src/main/res/mipmap-xxhdpi/bg_offline_game.png | Bin 0 -> 26755 bytes .../mipmap-xxhdpi/bg_offline_game_foreground.png | Bin 0 -> 105409 bytes .../res/mipmap-xxhdpi/bg_offline_game_round.png | Bin 0 -> 30554 bytes app/src/main/res/mipmap-xxhdpi/bg_x.png | Bin 0 -> 10964 bytes app/src/main/res/mipmap-xxhdpi/bg_x_foreground.png | Bin 0 -> 44410 bytes app/src/main/res/mipmap-xxhdpi/bg_x_round.png | Bin 0 -> 14520 bytes app/src/main/res/mipmap-xxhdpi/bg_you_in_army.png | Bin 0 -> 37061 bytes .../mipmap-xxhdpi/bg_you_in_army_foreground.png | Bin 0 -> 200436 bytes .../res/mipmap-xxhdpi/bg_you_in_army_round.png | Bin 0 -> 43163 bytes app/src/main/res/mipmap-xxhdpi/emptiness.png | Bin 0 -> 20748 bytes .../res/mipmap-xxhdpi/emptiness_foreground.png | Bin 0 -> 141419 bytes app/src/main/res/mipmap-xxhdpi/emptiness_round.png | Bin 0 -> 23306 bytes app/src/main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 0 -> 2884 bytes .../main/res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 0 -> 5914 bytes app/src/main/res/mipmap-xxhdpi/main_bg.png | Bin 0 -> 25322 bytes .../main/res/mipmap-xxhdpi/main_bg_foreground.png | Bin 0 -> 139061 bytes app/src/main/res/mipmap-xxhdpi/main_bg_round.png | Bin 0 -> 28758 bytes app/src/main/res/mipmap-xxxhdpi/bg_no_no.png | Bin 0 -> 43280 bytes .../res/mipmap-xxxhdpi/bg_no_no_foreground.png | Bin 0 -> 214325 bytes app/src/main/res/mipmap-xxxhdpi/bg_no_no_round.png | Bin 0 -> 49493 bytes app/src/main/res/mipmap-xxxhdpi/bg_o.png | Bin 0 -> 19181 bytes .../main/res/mipmap-xxxhdpi/bg_o_foreground.png | Bin 0 -> 70433 bytes app/src/main/res/mipmap-xxxhdpi/bg_o_round.png | Bin 0 -> 24922 bytes .../main/res/mipmap-xxxhdpi/bg_offline_game.png | Bin 0 -> 40179 bytes .../mipmap-xxxhdpi/bg_offline_game_foreground.png | Bin 0 -> 139522 bytes .../res/mipmap-xxxhdpi/bg_offline_game_round.png | Bin 0 -> 44819 bytes app/src/main/res/mipmap-xxxhdpi/bg_x.png | Bin 0 -> 16282 bytes .../main/res/mipmap-xxxhdpi/bg_x_foreground.png | Bin 0 -> 68985 bytes app/src/main/res/mipmap-xxxhdpi/bg_x_round.png | Bin 0 -> 21673 bytes app/src/main/res/mipmap-xxxhdpi/bg_you_in_army.png | Bin 0 -> 63342 bytes .../mipmap-xxxhdpi/bg_you_in_army_foreground.png | Bin 0 -> 336578 bytes .../res/mipmap-xxxhdpi/bg_you_in_army_round.png | Bin 0 -> 73397 bytes app/src/main/res/mipmap-xxxhdpi/emptiness.png | Bin 0 -> 34554 bytes .../res/mipmap-xxxhdpi/emptiness_foreground.png | Bin 0 -> 244241 bytes .../main/res/mipmap-xxxhdpi/emptiness_round.png | Bin 0 -> 38888 bytes app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 0 -> 3844 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 0 -> 7778 bytes app/src/main/res/mipmap-xxxhdpi/main_bg.png | Bin 0 -> 40418 bytes .../main/res/mipmap-xxxhdpi/main_bg_foreground.png | Bin 0 -> 208886 bytes app/src/main/res/mipmap-xxxhdpi/main_bg_round.png | Bin 0 -> 45566 bytes app/src/main/res/values-night/themes.xml | 16 + app/src/main/res/values/colors.xml | 10 + app/src/main/res/values/strings.xml | 3 + app/src/main/res/values/themes.xml | 16 + app/src/main/res/xml/backup_rules.xml | 13 + app/src/main/res/xml/data_extraction_rules.xml | 19 + 153 files changed, 1643 insertions(+) create mode 100644 app/src/main/res/drawable-v24/bg_rounded_grey.xml create mode 100644 app/src/main/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 app/src/main/res/drawable/bg_no_no_background.xml create mode 100644 app/src/main/res/drawable/bg_o_background.xml create mode 100644 app/src/main/res/drawable/bg_offline_game_background.xml create mode 100644 app/src/main/res/drawable/bg_rounded_blue.xml create mode 100644 app/src/main/res/drawable/bg_rounded_rectangle.xml create mode 100644 app/src/main/res/drawable/bg_x_background.xml create mode 100644 app/src/main/res/drawable/bg_you_in_army_background.xml create mode 100644 app/src/main/res/drawable/emptiness_background.xml create mode 100644 app/src/main/res/drawable/ic_baseline_gamepad_24.xml create mode 100644 app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 app/src/main/res/layout-land/activity_offline_game.xml create mode 100644 app/src/main/res/layout/activity_main.xml create mode 100644 app/src/main/res/layout/activity_offline_game.xml create mode 100644 app/src/main/res/layout/activity_online_game.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/bg_no_no.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/bg_no_no_round.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/bg_o.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/bg_o_round.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/bg_offline_game.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/bg_offline_game_round.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/bg_x.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/bg_x_round.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/bg_you_in_army.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/bg_you_in_army_round.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/emptiness.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/emptiness_round.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/main_bg.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/main_bg_round.xml create mode 100644 app/src/main/res/mipmap-hdpi/bg_no_no.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_no_no_foreground.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_no_no_round.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_o.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_o_foreground.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_o_round.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_offline_game.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_offline_game_foreground.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_offline_game_round.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_x.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_x_foreground.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_x_round.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_you_in_army.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_you_in_army_foreground.png create mode 100644 app/src/main/res/mipmap-hdpi/bg_you_in_army_round.png create mode 100644 app/src/main/res/mipmap-hdpi/emptiness.png create mode 100644 app/src/main/res/mipmap-hdpi/emptiness_foreground.png create mode 100644 app/src/main/res/mipmap-hdpi/emptiness_round.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round.webp create mode 100644 app/src/main/res/mipmap-hdpi/main_bg.png create mode 100644 app/src/main/res/mipmap-hdpi/main_bg_foreground.png create mode 100644 app/src/main/res/mipmap-hdpi/main_bg_round.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_no_no.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_no_no_foreground.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_no_no_round.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_o.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_o_foreground.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_o_round.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_offline_game.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_offline_game_foreground.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_offline_game_round.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_x.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_x_foreground.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_x_round.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_you_in_army.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_you_in_army_foreground.png create mode 100644 app/src/main/res/mipmap-mdpi/bg_you_in_army_round.png create mode 100644 app/src/main/res/mipmap-mdpi/emptiness.png create mode 100644 app/src/main/res/mipmap-mdpi/emptiness_foreground.png create mode 100644 app/src/main/res/mipmap-mdpi/emptiness_round.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round.webp create mode 100644 app/src/main/res/mipmap-mdpi/main_bg.png create mode 100644 app/src/main/res/mipmap-mdpi/main_bg_foreground.png create mode 100644 app/src/main/res/mipmap-mdpi/main_bg_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_no_no.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_no_no_foreground.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_no_no_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_o.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_o_foreground.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_o_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_offline_game.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_offline_game_foreground.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_offline_game_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_x.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_x_foreground.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_x_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_you_in_army.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_you_in_army_foreground.png create mode 100644 app/src/main/res/mipmap-xhdpi/bg_you_in_army_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/emptiness.png create mode 100644 app/src/main/res/mipmap-xhdpi/emptiness_foreground.png create mode 100644 app/src/main/res/mipmap-xhdpi/emptiness_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp create mode 100644 app/src/main/res/mipmap-xhdpi/main_bg.png create mode 100644 app/src/main/res/mipmap-xhdpi/main_bg_foreground.png create mode 100644 app/src/main/res/mipmap-xhdpi/main_bg_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_no_no.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_no_no_foreground.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_no_no_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_o.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_o_foreground.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_o_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_offline_game.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_offline_game_foreground.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_offline_game_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_x.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_x_foreground.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_x_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_you_in_army.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_you_in_army_foreground.png create mode 100644 app/src/main/res/mipmap-xxhdpi/bg_you_in_army_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/emptiness.png create mode 100644 app/src/main/res/mipmap-xxhdpi/emptiness_foreground.png create mode 100644 app/src/main/res/mipmap-xxhdpi/emptiness_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp create mode 100644 app/src/main/res/mipmap-xxhdpi/main_bg.png create mode 100644 app/src/main/res/mipmap-xxhdpi/main_bg_foreground.png create mode 100644 app/src/main/res/mipmap-xxhdpi/main_bg_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_no_no.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_no_no_foreground.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_no_no_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_o.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_o_foreground.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_o_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_offline_game.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_offline_game_foreground.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_offline_game_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_x.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_x_foreground.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_x_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_you_in_army.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_you_in_army_foreground.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/bg_you_in_army_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/emptiness.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/emptiness_foreground.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/emptiness_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp create mode 100644 app/src/main/res/mipmap-xxxhdpi/main_bg.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/main_bg_foreground.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/main_bg_round.png create mode 100644 app/src/main/res/values-night/themes.xml create mode 100644 app/src/main/res/values/colors.xml create mode 100644 app/src/main/res/values/strings.xml create mode 100644 app/src/main/res/values/themes.xml create mode 100644 app/src/main/res/xml/backup_rules.xml create mode 100644 app/src/main/res/xml/data_extraction_rules.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable-v24/bg_rounded_grey.xml b/app/src/main/res/drawable-v24/bg_rounded_grey.xml new file mode 100644 index 0000000..b128841 --- /dev/null +++ b/app/src/main/res/drawable-v24/bg_rounded_grey.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 0000000..2b068d1 --- /dev/null +++ b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/bg_no_no_background.xml b/app/src/main/res/drawable/bg_no_no_background.xml new file mode 100644 index 0000000..ca3826a --- /dev/null +++ b/app/src/main/res/drawable/bg_no_no_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/bg_o_background.xml b/app/src/main/res/drawable/bg_o_background.xml new file mode 100644 index 0000000..ca3826a --- /dev/null +++ b/app/src/main/res/drawable/bg_o_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/bg_offline_game_background.xml b/app/src/main/res/drawable/bg_offline_game_background.xml new file mode 100644 index 0000000..ca3826a --- /dev/null +++ b/app/src/main/res/drawable/bg_offline_game_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/bg_rounded_blue.xml b/app/src/main/res/drawable/bg_rounded_blue.xml new file mode 100644 index 0000000..244796f --- /dev/null +++ b/app/src/main/res/drawable/bg_rounded_blue.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/app/src/main/res/drawable/bg_rounded_rectangle.xml b/app/src/main/res/drawable/bg_rounded_rectangle.xml new file mode 100644 index 0000000..fc07bcd --- /dev/null +++ b/app/src/main/res/drawable/bg_rounded_rectangle.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/bg_x_background.xml b/app/src/main/res/drawable/bg_x_background.xml new file mode 100644 index 0000000..ca3826a --- /dev/null +++ b/app/src/main/res/drawable/bg_x_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/bg_you_in_army_background.xml b/app/src/main/res/drawable/bg_you_in_army_background.xml new file mode 100644 index 0000000..ca3826a --- /dev/null +++ b/app/src/main/res/drawable/bg_you_in_army_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/emptiness_background.xml b/app/src/main/res/drawable/emptiness_background.xml new file mode 100644 index 0000000..ca3826a --- /dev/null +++ b/app/src/main/res/drawable/emptiness_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_baseline_gamepad_24.xml b/app/src/main/res/drawable/ic_baseline_gamepad_24.xml new file mode 100644 index 0000000..c1d8616 --- /dev/null +++ b/app/src/main/res/drawable/ic_baseline_gamepad_24.xml @@ -0,0 +1,5 @@ + + + diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..07d5da9 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout-land/activity_offline_game.xml b/app/src/main/res/layout-land/activity_offline_game.xml new file mode 100644 index 0000000..71bb421 --- /dev/null +++ b/app/src/main/res/layout-land/activity_offline_game.xml @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml new file mode 100644 index 0000000..c0b4598 --- /dev/null +++ b/app/src/main/res/layout/activity_main.xml @@ -0,0 +1,54 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_offline_game.xml b/app/src/main/res/layout/activity_offline_game.xml new file mode 100644 index 0000000..5fbae8b --- /dev/null +++ b/app/src/main/res/layout/activity_offline_game.xml @@ -0,0 +1,403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_online_game.xml b/app/src/main/res/layout/activity_online_game.xml new file mode 100644 index 0000000..d9ccef3 --- /dev/null +++ b/app/src/main/res/layout/activity_online_game.xml @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/bg_no_no.xml b/app/src/main/res/mipmap-anydpi-v26/bg_no_no.xml new file mode 100644 index 0000000..f42b8ee --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/bg_no_no.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/bg_no_no_round.xml b/app/src/main/res/mipmap-anydpi-v26/bg_no_no_round.xml new file mode 100644 index 0000000..f42b8ee --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/bg_no_no_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/bg_o.xml b/app/src/main/res/mipmap-anydpi-v26/bg_o.xml new file mode 100644 index 0000000..fce39bd --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/bg_o.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/bg_o_round.xml b/app/src/main/res/mipmap-anydpi-v26/bg_o_round.xml new file mode 100644 index 0000000..fce39bd --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/bg_o_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/bg_offline_game.xml b/app/src/main/res/mipmap-anydpi-v26/bg_offline_game.xml new file mode 100644 index 0000000..b2ebef3 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/bg_offline_game.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/bg_offline_game_round.xml b/app/src/main/res/mipmap-anydpi-v26/bg_offline_game_round.xml new file mode 100644 index 0000000..b2ebef3 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/bg_offline_game_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/bg_x.xml b/app/src/main/res/mipmap-anydpi-v26/bg_x.xml new file mode 100644 index 0000000..4925312 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/bg_x.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/bg_x_round.xml b/app/src/main/res/mipmap-anydpi-v26/bg_x_round.xml new file mode 100644 index 0000000..4925312 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/bg_x_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/bg_you_in_army.xml b/app/src/main/res/mipmap-anydpi-v26/bg_you_in_army.xml new file mode 100644 index 0000000..7151719 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/bg_you_in_army.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/bg_you_in_army_round.xml b/app/src/main/res/mipmap-anydpi-v26/bg_you_in_army_round.xml new file mode 100644 index 0000000..7151719 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/bg_you_in_army_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/emptiness.xml b/app/src/main/res/mipmap-anydpi-v26/emptiness.xml new file mode 100644 index 0000000..1c51bee --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/emptiness.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/emptiness_round.xml b/app/src/main/res/mipmap-anydpi-v26/emptiness_round.xml new file mode 100644 index 0000000..1c51bee --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/emptiness_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..eca70cf --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..eca70cf --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/main_bg.xml b/app/src/main/res/mipmap-anydpi-v26/main_bg.xml new file mode 100644 index 0000000..1462c9b --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/main_bg.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/main_bg_round.xml b/app/src/main/res/mipmap-anydpi-v26/main_bg_round.xml new file mode 100644 index 0000000..1462c9b --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/main_bg_round.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/bg_no_no.png b/app/src/main/res/mipmap-hdpi/bg_no_no.png new file mode 100644 index 0000000..79ab5a4 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_no_no.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_no_no_foreground.png b/app/src/main/res/mipmap-hdpi/bg_no_no_foreground.png new file mode 100644 index 0000000..350624c Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_no_no_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_no_no_round.png b/app/src/main/res/mipmap-hdpi/bg_no_no_round.png new file mode 100644 index 0000000..199e1f8 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_no_no_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_o.png b/app/src/main/res/mipmap-hdpi/bg_o.png new file mode 100644 index 0000000..e99760f Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_o.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_o_foreground.png b/app/src/main/res/mipmap-hdpi/bg_o_foreground.png new file mode 100644 index 0000000..aaf3f9a Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_o_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_o_round.png b/app/src/main/res/mipmap-hdpi/bg_o_round.png new file mode 100644 index 0000000..4110a5d Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_o_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_offline_game.png b/app/src/main/res/mipmap-hdpi/bg_offline_game.png new file mode 100644 index 0000000..c62c2cf Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_offline_game.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_offline_game_foreground.png b/app/src/main/res/mipmap-hdpi/bg_offline_game_foreground.png new file mode 100644 index 0000000..23f9fc7 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_offline_game_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_offline_game_round.png b/app/src/main/res/mipmap-hdpi/bg_offline_game_round.png new file mode 100644 index 0000000..dbbbb73 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_offline_game_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_x.png b/app/src/main/res/mipmap-hdpi/bg_x.png new file mode 100644 index 0000000..9e330b5 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_x.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_x_foreground.png b/app/src/main/res/mipmap-hdpi/bg_x_foreground.png new file mode 100644 index 0000000..35780ec Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_x_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_x_round.png b/app/src/main/res/mipmap-hdpi/bg_x_round.png new file mode 100644 index 0000000..9b5ccde Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_x_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_you_in_army.png b/app/src/main/res/mipmap-hdpi/bg_you_in_army.png new file mode 100644 index 0000000..a8bc626 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_you_in_army.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_you_in_army_foreground.png b/app/src/main/res/mipmap-hdpi/bg_you_in_army_foreground.png new file mode 100644 index 0000000..9f2e56f Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_you_in_army_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/bg_you_in_army_round.png b/app/src/main/res/mipmap-hdpi/bg_you_in_army_round.png new file mode 100644 index 0000000..c867ca8 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/bg_you_in_army_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/emptiness.png b/app/src/main/res/mipmap-hdpi/emptiness.png new file mode 100644 index 0000000..326cded Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/emptiness.png differ diff --git a/app/src/main/res/mipmap-hdpi/emptiness_foreground.png b/app/src/main/res/mipmap-hdpi/emptiness_foreground.png new file mode 100644 index 0000000..8393cf5 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/emptiness_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/emptiness_round.png b/app/src/main/res/mipmap-hdpi/emptiness_round.png new file mode 100644 index 0000000..ae644da Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/emptiness_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/app/src/main/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 0000000..c209e78 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp new file mode 100644 index 0000000..b2dfe3d Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-hdpi/main_bg.png b/app/src/main/res/mipmap-hdpi/main_bg.png new file mode 100644 index 0000000..0497ac6 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/main_bg.png differ diff --git a/app/src/main/res/mipmap-hdpi/main_bg_foreground.png b/app/src/main/res/mipmap-hdpi/main_bg_foreground.png new file mode 100644 index 0000000..714d325 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/main_bg_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/main_bg_round.png b/app/src/main/res/mipmap-hdpi/main_bg_round.png new file mode 100644 index 0000000..a18e140 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/main_bg_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_no_no.png b/app/src/main/res/mipmap-mdpi/bg_no_no.png new file mode 100644 index 0000000..fa47207 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_no_no.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_no_no_foreground.png b/app/src/main/res/mipmap-mdpi/bg_no_no_foreground.png new file mode 100644 index 0000000..770254d Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_no_no_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_no_no_round.png b/app/src/main/res/mipmap-mdpi/bg_no_no_round.png new file mode 100644 index 0000000..4bac57b Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_no_no_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_o.png b/app/src/main/res/mipmap-mdpi/bg_o.png new file mode 100644 index 0000000..8b46cd2 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_o.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_o_foreground.png b/app/src/main/res/mipmap-mdpi/bg_o_foreground.png new file mode 100644 index 0000000..8e74541 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_o_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_o_round.png b/app/src/main/res/mipmap-mdpi/bg_o_round.png new file mode 100644 index 0000000..922ff29 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_o_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_offline_game.png b/app/src/main/res/mipmap-mdpi/bg_offline_game.png new file mode 100644 index 0000000..842a3b5 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_offline_game.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_offline_game_foreground.png b/app/src/main/res/mipmap-mdpi/bg_offline_game_foreground.png new file mode 100644 index 0000000..b6e3f13 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_offline_game_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_offline_game_round.png b/app/src/main/res/mipmap-mdpi/bg_offline_game_round.png new file mode 100644 index 0000000..d917fd6 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_offline_game_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_x.png b/app/src/main/res/mipmap-mdpi/bg_x.png new file mode 100644 index 0000000..0645e13 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_x.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_x_foreground.png b/app/src/main/res/mipmap-mdpi/bg_x_foreground.png new file mode 100644 index 0000000..a6c6320 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_x_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_x_round.png b/app/src/main/res/mipmap-mdpi/bg_x_round.png new file mode 100644 index 0000000..7d0c8f4 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_x_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_you_in_army.png b/app/src/main/res/mipmap-mdpi/bg_you_in_army.png new file mode 100644 index 0000000..7ebc64e Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_you_in_army.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_you_in_army_foreground.png b/app/src/main/res/mipmap-mdpi/bg_you_in_army_foreground.png new file mode 100644 index 0000000..8e57300 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_you_in_army_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/bg_you_in_army_round.png b/app/src/main/res/mipmap-mdpi/bg_you_in_army_round.png new file mode 100644 index 0000000..907dbd4 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/bg_you_in_army_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/emptiness.png b/app/src/main/res/mipmap-mdpi/emptiness.png new file mode 100644 index 0000000..da607ff Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/emptiness.png differ diff --git a/app/src/main/res/mipmap-mdpi/emptiness_foreground.png b/app/src/main/res/mipmap-mdpi/emptiness_foreground.png new file mode 100644 index 0000000..8b088ae Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/emptiness_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/emptiness_round.png b/app/src/main/res/mipmap-mdpi/emptiness_round.png new file mode 100644 index 0000000..87f35c4 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/emptiness_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/app/src/main/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 0000000..4f0f1d6 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp new file mode 100644 index 0000000..62b611d Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-mdpi/main_bg.png b/app/src/main/res/mipmap-mdpi/main_bg.png new file mode 100644 index 0000000..0dbe6da Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/main_bg.png differ diff --git a/app/src/main/res/mipmap-mdpi/main_bg_foreground.png b/app/src/main/res/mipmap-mdpi/main_bg_foreground.png new file mode 100644 index 0000000..ad8bcad Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/main_bg_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/main_bg_round.png b/app/src/main/res/mipmap-mdpi/main_bg_round.png new file mode 100644 index 0000000..a4cdb69 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/main_bg_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_no_no.png b/app/src/main/res/mipmap-xhdpi/bg_no_no.png new file mode 100644 index 0000000..3ddf89a Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_no_no.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_no_no_foreground.png b/app/src/main/res/mipmap-xhdpi/bg_no_no_foreground.png new file mode 100644 index 0000000..7e52ba2 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_no_no_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_no_no_round.png b/app/src/main/res/mipmap-xhdpi/bg_no_no_round.png new file mode 100644 index 0000000..fbf6395 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_no_no_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_o.png b/app/src/main/res/mipmap-xhdpi/bg_o.png new file mode 100644 index 0000000..29ebc88 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_o.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_o_foreground.png b/app/src/main/res/mipmap-xhdpi/bg_o_foreground.png new file mode 100644 index 0000000..8faebd1 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_o_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_o_round.png b/app/src/main/res/mipmap-xhdpi/bg_o_round.png new file mode 100644 index 0000000..5de4eff Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_o_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_offline_game.png b/app/src/main/res/mipmap-xhdpi/bg_offline_game.png new file mode 100644 index 0000000..6fb03d4 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_offline_game.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_offline_game_foreground.png b/app/src/main/res/mipmap-xhdpi/bg_offline_game_foreground.png new file mode 100644 index 0000000..18639dd Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_offline_game_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_offline_game_round.png b/app/src/main/res/mipmap-xhdpi/bg_offline_game_round.png new file mode 100644 index 0000000..4cb145e Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_offline_game_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_x.png b/app/src/main/res/mipmap-xhdpi/bg_x.png new file mode 100644 index 0000000..5d8b914 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_x.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_x_foreground.png b/app/src/main/res/mipmap-xhdpi/bg_x_foreground.png new file mode 100644 index 0000000..963ac42 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_x_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_x_round.png b/app/src/main/res/mipmap-xhdpi/bg_x_round.png new file mode 100644 index 0000000..780c147 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_x_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_you_in_army.png b/app/src/main/res/mipmap-xhdpi/bg_you_in_army.png new file mode 100644 index 0000000..3661013 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_you_in_army.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_you_in_army_foreground.png b/app/src/main/res/mipmap-xhdpi/bg_you_in_army_foreground.png new file mode 100644 index 0000000..3c23a9c Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_you_in_army_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/bg_you_in_army_round.png b/app/src/main/res/mipmap-xhdpi/bg_you_in_army_round.png new file mode 100644 index 0000000..841c89a Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/bg_you_in_army_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/emptiness.png b/app/src/main/res/mipmap-xhdpi/emptiness.png new file mode 100644 index 0000000..e3aa8be Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/emptiness.png differ diff --git a/app/src/main/res/mipmap-xhdpi/emptiness_foreground.png b/app/src/main/res/mipmap-xhdpi/emptiness_foreground.png new file mode 100644 index 0000000..01a3bfb Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/emptiness_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/emptiness_round.png b/app/src/main/res/mipmap-xhdpi/emptiness_round.png new file mode 100644 index 0000000..11bfe2d Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/emptiness_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 0000000..948a307 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..1b9a695 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/main_bg.png b/app/src/main/res/mipmap-xhdpi/main_bg.png new file mode 100644 index 0000000..0a66717 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/main_bg.png differ diff --git a/app/src/main/res/mipmap-xhdpi/main_bg_foreground.png b/app/src/main/res/mipmap-xhdpi/main_bg_foreground.png new file mode 100644 index 0000000..9d36776 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/main_bg_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/main_bg_round.png b/app/src/main/res/mipmap-xhdpi/main_bg_round.png new file mode 100644 index 0000000..2b704fb Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/main_bg_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_no_no.png b/app/src/main/res/mipmap-xxhdpi/bg_no_no.png new file mode 100644 index 0000000..ebae1c6 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_no_no.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_no_no_foreground.png b/app/src/main/res/mipmap-xxhdpi/bg_no_no_foreground.png new file mode 100644 index 0000000..9155447 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_no_no_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_no_no_round.png b/app/src/main/res/mipmap-xxhdpi/bg_no_no_round.png new file mode 100644 index 0000000..7834c1c Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_no_no_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_o.png b/app/src/main/res/mipmap-xxhdpi/bg_o.png new file mode 100644 index 0000000..e612d93 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_o.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_o_foreground.png b/app/src/main/res/mipmap-xxhdpi/bg_o_foreground.png new file mode 100644 index 0000000..f72d436 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_o_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_o_round.png b/app/src/main/res/mipmap-xxhdpi/bg_o_round.png new file mode 100644 index 0000000..83083c7 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_o_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_offline_game.png b/app/src/main/res/mipmap-xxhdpi/bg_offline_game.png new file mode 100644 index 0000000..5ae8026 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_offline_game.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_offline_game_foreground.png b/app/src/main/res/mipmap-xxhdpi/bg_offline_game_foreground.png new file mode 100644 index 0000000..f09f3c5 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_offline_game_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_offline_game_round.png b/app/src/main/res/mipmap-xxhdpi/bg_offline_game_round.png new file mode 100644 index 0000000..25e69d5 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_offline_game_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_x.png b/app/src/main/res/mipmap-xxhdpi/bg_x.png new file mode 100644 index 0000000..6280bcb Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_x.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_x_foreground.png b/app/src/main/res/mipmap-xxhdpi/bg_x_foreground.png new file mode 100644 index 0000000..ecd3712 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_x_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_x_round.png b/app/src/main/res/mipmap-xxhdpi/bg_x_round.png new file mode 100644 index 0000000..7d27f60 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_x_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_you_in_army.png b/app/src/main/res/mipmap-xxhdpi/bg_you_in_army.png new file mode 100644 index 0000000..299ce5b Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_you_in_army.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_you_in_army_foreground.png b/app/src/main/res/mipmap-xxhdpi/bg_you_in_army_foreground.png new file mode 100644 index 0000000..a781765 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_you_in_army_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/bg_you_in_army_round.png b/app/src/main/res/mipmap-xxhdpi/bg_you_in_army_round.png new file mode 100644 index 0000000..f275030 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/bg_you_in_army_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/emptiness.png b/app/src/main/res/mipmap-xxhdpi/emptiness.png new file mode 100644 index 0000000..543cc12 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/emptiness.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/emptiness_foreground.png b/app/src/main/res/mipmap-xxhdpi/emptiness_foreground.png new file mode 100644 index 0000000..40905b8 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/emptiness_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/emptiness_round.png b/app/src/main/res/mipmap-xxhdpi/emptiness_round.png new file mode 100644 index 0000000..f55c361 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/emptiness_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 0000000..28d4b77 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..9287f50 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/main_bg.png b/app/src/main/res/mipmap-xxhdpi/main_bg.png new file mode 100644 index 0000000..00402c8 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/main_bg.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/main_bg_foreground.png b/app/src/main/res/mipmap-xxhdpi/main_bg_foreground.png new file mode 100644 index 0000000..b08095b Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/main_bg_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/main_bg_round.png b/app/src/main/res/mipmap-xxhdpi/main_bg_round.png new file mode 100644 index 0000000..2cb4efc Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/main_bg_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_no_no.png b/app/src/main/res/mipmap-xxxhdpi/bg_no_no.png new file mode 100644 index 0000000..2ddd961 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_no_no.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_no_no_foreground.png b/app/src/main/res/mipmap-xxxhdpi/bg_no_no_foreground.png new file mode 100644 index 0000000..bce5ba4 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_no_no_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_no_no_round.png b/app/src/main/res/mipmap-xxxhdpi/bg_no_no_round.png new file mode 100644 index 0000000..c29b315 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_no_no_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_o.png b/app/src/main/res/mipmap-xxxhdpi/bg_o.png new file mode 100644 index 0000000..557fb58 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_o.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_o_foreground.png b/app/src/main/res/mipmap-xxxhdpi/bg_o_foreground.png new file mode 100644 index 0000000..ed05b41 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_o_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_o_round.png b/app/src/main/res/mipmap-xxxhdpi/bg_o_round.png new file mode 100644 index 0000000..4a5945f Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_o_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_offline_game.png b/app/src/main/res/mipmap-xxxhdpi/bg_offline_game.png new file mode 100644 index 0000000..08225e1 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_offline_game.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_offline_game_foreground.png b/app/src/main/res/mipmap-xxxhdpi/bg_offline_game_foreground.png new file mode 100644 index 0000000..6920681 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_offline_game_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_offline_game_round.png b/app/src/main/res/mipmap-xxxhdpi/bg_offline_game_round.png new file mode 100644 index 0000000..3ee6ff8 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_offline_game_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_x.png b/app/src/main/res/mipmap-xxxhdpi/bg_x.png new file mode 100644 index 0000000..18e6cd8 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_x.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_x_foreground.png b/app/src/main/res/mipmap-xxxhdpi/bg_x_foreground.png new file mode 100644 index 0000000..8a0554e Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_x_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_x_round.png b/app/src/main/res/mipmap-xxxhdpi/bg_x_round.png new file mode 100644 index 0000000..ceb7441 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_x_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_you_in_army.png b/app/src/main/res/mipmap-xxxhdpi/bg_you_in_army.png new file mode 100644 index 0000000..de06765 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_you_in_army.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_you_in_army_foreground.png b/app/src/main/res/mipmap-xxxhdpi/bg_you_in_army_foreground.png new file mode 100644 index 0000000..75dea8c Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_you_in_army_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_you_in_army_round.png b/app/src/main/res/mipmap-xxxhdpi/bg_you_in_army_round.png new file mode 100644 index 0000000..57ce6a9 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_you_in_army_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/emptiness.png b/app/src/main/res/mipmap-xxxhdpi/emptiness.png new file mode 100644 index 0000000..871b052 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/emptiness.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/emptiness_foreground.png b/app/src/main/res/mipmap-xxxhdpi/emptiness_foreground.png new file mode 100644 index 0000000..b6ca9a5 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/emptiness_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/emptiness_round.png b/app/src/main/res/mipmap-xxxhdpi/emptiness_round.png new file mode 100644 index 0000000..154ccd2 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/emptiness_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 0000000..aa7d642 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..9126ae3 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/main_bg.png b/app/src/main/res/mipmap-xxxhdpi/main_bg.png new file mode 100644 index 0000000..35c83a6 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/main_bg.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/main_bg_foreground.png b/app/src/main/res/mipmap-xxxhdpi/main_bg_foreground.png new file mode 100644 index 0000000..143db1c Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/main_bg_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/main_bg_round.png b/app/src/main/res/mipmap-xxxhdpi/main_bg_round.png new file mode 100644 index 0000000..2aa59b4 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/main_bg_round.png differ diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml new file mode 100644 index 0000000..3bf7040 --- /dev/null +++ b/app/src/main/res/values-night/themes.xml @@ -0,0 +1,16 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml new file mode 100644 index 0000000..f8c6127 --- /dev/null +++ b/app/src/main/res/values/colors.xml @@ -0,0 +1,10 @@ + + + #FFBB86FC + #FF6200EE + #FF3700B3 + #FF03DAC5 + #FF018786 + #FF000000 + #FFFFFFFF + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..474e42e --- /dev/null +++ b/app/src/main/res/values/strings.xml @@ -0,0 +1,3 @@ + + Pai-fillo-nai + \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml new file mode 100644 index 0000000..3a4f05c --- /dev/null +++ b/app/src/main/res/values/themes.xml @@ -0,0 +1,16 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/backup_rules.xml b/app/src/main/res/xml/backup_rules.xml new file mode 100644 index 0000000..fa0f996 --- /dev/null +++ b/app/src/main/res/xml/backup_rules.xml @@ -0,0 +1,13 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/data_extraction_rules.xml b/app/src/main/res/xml/data_extraction_rules.xml new file mode 100644 index 0000000..9ee9997 --- /dev/null +++ b/app/src/main/res/xml/data_extraction_rules.xml @@ -0,0 +1,19 @@ + + + + + + + \ No newline at end of file -- cgit v1.3.1