From 5e429d7572eec43af5f9b4d3d972994f44ca24ba Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Wed, 14 Feb 2024 18:39:32 +0100 Subject: [PATCH] fix sprite substitution --- .../res/layout/fragment_report_message.xml | 306 +++++++++--------- Habitica/res/menu/menu_challenge_details.xml | 2 + Habitica/res/values/strings.xml | 3 + .../android/habitica/api/ApiService.kt | 3 + .../android/habitica/data/ApiClient.kt | 1 + .../habitica/data/ChallengeRepository.kt | 1 + .../data/implementation/ApiClientImpl.kt | 6 + .../implementation/ChallengeRepositoryImpl.kt | 7 + .../ui/activities/FullProfileActivity.kt | 6 +- .../habitica/ui/activities/MainActivity.kt | 7 +- .../ui/activities/TaskFormActivity.kt | 6 + .../ui/activities/TaskSummaryActivity.kt | 5 +- .../ui/fragments/NavigationDrawerFragment.kt | 1 + .../ui/fragments/ReportBottomSheetFragment.kt | 68 +++- .../challenges/ChallengeDetailFragment.kt | 15 + .../social/party/PartyDetailFragment.kt | 5 + .../social/party/PartySeekingFragment.kt | 5 +- .../habitica/ui/views/AppHeaderView.kt | 9 +- .../habitica/ui/views/GroupPlanMemberList.kt | 11 +- .../android/habitica/ui/views/UserRow.kt | 5 +- .../ui/views/social/PartySeekingListItem.kt | 7 +- .../habitica/ui/views/tasks/AssignSheet.kt | 6 +- .../habitica/ui/views/tasks/AssignedView.kt | 4 + .../common/habitica/views/AvatarView.kt | 6 +- .../habitica/views/ComposableAvatarView.kt | 6 +- .../res/drawable-hdpi/ic_gryphon_white.png | Bin 0 -> 678 bytes .../res/drawable-hdpi/ic_gryphon_white.webp | Bin 518 -> 0 bytes .../res/drawable-mdpi/ic_gryphon_white.png | Bin 0 -> 451 bytes .../res/drawable-mdpi/ic_gryphon_white.webp | Bin 366 -> 0 bytes .../res/drawable-xhdpi/ic_gryphon_white.png | Bin 0 -> 887 bytes .../res/drawable-xhdpi/ic_gryphon_white.webp | Bin 674 -> 0 bytes .../res/drawable-xxhdpi/ic_gryphon_white.png | Bin 0 -> 1307 bytes .../res/drawable-xxhdpi/ic_gryphon_white.webp | Bin 970 -> 0 bytes .../res/drawable-xxxhdpi/ic_gryphon_white.png | Bin 0 -> 1806 bytes 34 files changed, 322 insertions(+), 179 deletions(-) create mode 100644 common/src/main/res/drawable-hdpi/ic_gryphon_white.png delete mode 100644 common/src/main/res/drawable-hdpi/ic_gryphon_white.webp create mode 100644 common/src/main/res/drawable-mdpi/ic_gryphon_white.png delete mode 100644 common/src/main/res/drawable-mdpi/ic_gryphon_white.webp create mode 100644 common/src/main/res/drawable-xhdpi/ic_gryphon_white.png delete mode 100644 common/src/main/res/drawable-xhdpi/ic_gryphon_white.webp create mode 100644 common/src/main/res/drawable-xxhdpi/ic_gryphon_white.png delete mode 100644 common/src/main/res/drawable-xxhdpi/ic_gryphon_white.webp create mode 100644 common/src/main/res/drawable-xxxhdpi/ic_gryphon_white.png diff --git a/Habitica/res/layout/fragment_report_message.xml b/Habitica/res/layout/fragment_report_message.xml index 4644159b3..5d65ce580 100644 --- a/Habitica/res/layout/fragment_report_message.xml +++ b/Habitica/res/layout/fragment_report_message.xml @@ -1,176 +1,170 @@ - + android:layout_height="match_parent" + android:orientation="vertical" + android:background="@drawable/bottom_sheet_background" + app:behavior_hideable="true"> + + - + + + +