diff --git a/app/src/main/java/com/gutotech/narutogame/ui/playing/PlayingActivity.java b/app/src/main/java/com/gutotech/narutogame/ui/playing/PlayingActivity.java index 6a354f3..e36ed59 100644 --- a/app/src/main/java/com/gutotech/narutogame/ui/playing/PlayingActivity.java +++ b/app/src/main/java/com/gutotech/narutogame/ui/playing/PlayingActivity.java @@ -466,12 +466,12 @@ public void onSequenceStep(TapTarget lastTarget, boolean targetClicked) { mBinding.drawerLayout.openDrawer(GravityCompat.START); } else if (lastTarget.id() == 2) { mBinding.expandableListView.expandGroup(PlayingViewModel.ACADEMY_GROUP); - mBinding.scrollView.scrollTo(0, mBinding.expandableListView.getScrollY() + 350); + mBinding.scrollView.scrollTo(0, mBinding.expandableListView.getScrollY() + 400); } else if (lastTarget.id() == 3) { mBinding.expandableListView.collapseGroup(PlayingViewModel.ACADEMY_GROUP); mBinding.expandableListView.expandGroup(PlayingViewModel.CURRENT_VILLAGE_GROUP); mBinding.expandableListView.expandGroup(PlayingViewModel.BATTLES_GROUP); - mBinding.scrollView.scrollTo(0, mBinding.expandableListView.getScrollY() + 700); + mBinding.scrollView.scrollTo(0, mBinding.expandableListView.getScrollY() + 750); } } diff --git a/app/src/main/java/com/gutotech/narutogame/ui/playing/battles/DojoFragment.java b/app/src/main/java/com/gutotech/narutogame/ui/playing/battles/DojoFragment.java index 0416a85..110d81b 100644 --- a/app/src/main/java/com/gutotech/narutogame/ui/playing/battles/DojoFragment.java +++ b/app/src/main/java/com/gutotech/narutogame/ui/playing/battles/DojoFragment.java @@ -55,12 +55,12 @@ public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container, getContext(), new OnSwipeGestureListener() { @Override public void onSwipeLeft() { - goToDojoNpc(); + goToDojoPvp(); } @Override public void onSwipeRight() { - goToDojoPvp(); + goToDojoNpc(); } }); diff --git a/app/src/main/java/com/gutotech/narutogame/ui/playing/battles/DojoNpcBattleFragment.java b/app/src/main/java/com/gutotech/narutogame/ui/playing/battles/DojoNpcBattleFragment.java index 0566a71..18e84d1 100644 --- a/app/src/main/java/com/gutotech/narutogame/ui/playing/battles/DojoNpcBattleFragment.java +++ b/app/src/main/java/com/gutotech/narutogame/ui/playing/battles/DojoNpcBattleFragment.java @@ -215,7 +215,7 @@ private void showTour() { getString(R.string.tour_battle_battle_summary_desc)) .outerCircleAlpha(0.96f) .dimColorInt(Color.BLACK) - .targetRadius(70) + .targetRadius(180) .transparentTarget(true) .cancelable(false), TapTarget.forView(mBinding.myJutsusRecyclerView, diff --git a/app/src/main/res/layout/fragment_dojo_npc_battle.xml b/app/src/main/res/layout/fragment_dojo_npc_battle.xml index 7c9158e..826be8b 100644 --- a/app/src/main/res/layout/fragment_dojo_npc_battle.xml +++ b/app/src/main/res/layout/fragment_dojo_npc_battle.xml @@ -49,9 +49,7 @@ android:layout_marginLeft="16dp" android:layout_marginEnd="16dp" android:layout_marginRight="16dp" - android:layout_marginBottom="16dp" android:visibility="gone" - app:layout_constraintBottom_toTopOf="@+id/constraintLayout" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/linearLayout" /> @@ -62,13 +60,15 @@ android:layout_height="wrap_content" android:layout_marginStart="8dp" android:layout_marginLeft="8dp" + android:layout_marginTop="8dp" android:layout_marginEnd="8dp" android:layout_marginRight="8dp" android:background="@drawable/layout_combate_bg_topo_combate" app:layout_constraintBottom_toTopOf="@+id/constraintLayout2" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.0" - app:layout_constraintStart_toStartOf="parent"> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/battleResultLayout"> - - + + + + - - - - + + + + + + - - NEED TO USE A VAL Tap the menu icon to see details about your character, menu list, Naruto Game Chat & more! In the Graduations section you can see all the requirements to become a Genin, Chunin and so on! Get Started Now - You can start doing the Initial Tasks and fight Dojo NPCs be become a Genin! + You can start doing the Initial Tasks and fight NPCs from the Dojo to become a Genin!