From 5d1f883a8d4be878140e58fe28e2711a733cf4bc Mon Sep 17 00:00:00 2001 From: erike Date: Sat, 19 Aug 2023 17:31:50 -0600 Subject: [PATCH] WIP --- .idea/assetWizardSettings.xml | 310 +++++++++++++++++- app/src/main/AndroidManifest.xml | 4 +- .../followers/ui/MainFollowersFragment.kt | 6 + .../profile/ui/ProfileMainFragment.kt | 3 +- .../drawable-v24/ic_launcher_foreground.xml | 30 -- app/src/main/res/font/zen_dots_regular.ttf | Bin 0 -> 36884 bytes .../main/res/layout-land/fragment_feed.xml | 1 + app/src/main/res/layout/activity_login.xml | 11 +- app/src/main/res/layout/fragment_feed.xml | 1 + .../res/layout/fragment_followers_main.xml | 2 + .../res/mipmap-anydpi-v26/ic_launcher.xml | 4 +- .../mipmap-anydpi-v26/ic_launcher_round.xml | 4 +- .../res/mipmap-anydpi-v33/ic_launcher.xml | 6 - app/src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 1404 -> 842 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 2898 -> 2278 bytes app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 982 -> 680 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 1772 -> 1470 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 1900 -> 1148 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 3918 -> 3166 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 2884 -> 1544 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 5914 -> 5054 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 3844 -> 2224 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 7778 -> 7132 bytes .../res/values/ic_launcher_background.xml | 4 + app/src/main/res/values/themes.xml | 7 + 25 files changed, 328 insertions(+), 65 deletions(-) delete mode 100644 app/src/main/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 app/src/main/res/font/zen_dots_regular.ttf delete mode 100644 app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml create mode 100644 app/src/main/res/values/ic_launcher_background.xml diff --git a/.idea/assetWizardSettings.xml b/.idea/assetWizardSettings.xml index 8a92aa3..daf3154 100644 --- a/.idea/assetWizardSettings.xml +++ b/.idea/assetWizardSettings.xml @@ -3,6 +3,296 @@