From 489c025840906fb4780684d7d006bed74b3a3ea1 Mon Sep 17 00:00:00 2001 From: jaco Date: Tue, 16 Aug 2022 12:46:47 -0400 Subject: [PATCH] feat(animation): animation implemented with ScrollView --- .idea/deploymentTargetDropDown.xml | 4 +- .idea/misc.xml | 8 +++ .../activities/PlayGameActivity.java | 49 ++++++++++++++----- .../drawable/ic_mediamodifier_design_2_.xml | 25 ++++++++++ .../drawable/ic_mediamodifier_design_5_.xml | 25 ++++++++++ .../main/res/layout/activity_play_game.xml | 32 +++++++----- app/src/main/res/layout/station_layout.xml | 43 +++++++++++----- 7 files changed, 146 insertions(+), 40 deletions(-) create mode 100644 app/src/main/res/drawable/ic_mediamodifier_design_2_.xml create mode 100644 app/src/main/res/drawable/ic_mediamodifier_design_5_.xml diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml index 4d37d12..1db15b2 100644 --- a/.idea/deploymentTargetDropDown.xml +++ b/.idea/deploymentTargetDropDown.xml @@ -7,11 +7,11 @@ - + - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 26b7f87..c375646 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,6 +4,14 @@