diff --git a/quickstep/res/layout/redesigned_gesture_tutorial_fragment.xml b/quickstep/res/layout/redesigned_gesture_tutorial_fragment.xml index a1bcad0a7c..b004dfda6a 100644 --- a/quickstep/res/layout/redesigned_gesture_tutorial_fragment.xml +++ b/quickstep/res/layout/redesigned_gesture_tutorial_fragment.xml @@ -134,11 +134,12 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" + android:layout_above="@id/gesture_tutorial_fragment_action_button" android:layout_centerHorizontal="true" android:background="@android:color/transparent" - android:paddingEnd="24dp" - android:paddingStart="24dp" - android:paddingTop="24dp"> + android:paddingTop="24dp" + android:paddingHorizontal="24dp" + android:layout_marginBottom="16dp"> @@ -193,7 +194,7 @@ android:id="@+id/checkmark_animation" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginBottom="44dp" + android:layout_marginBottom="28dp" android:gravity="center" android:scaleType="centerCrop" app:lottie_loop="false" @@ -204,19 +205,6 @@ app:layout_constraintTop_toBottomOf="@id/gesture_tutorial_fragment_feedback_subtitle" app:layout_constraintBottom_toBottomOf="parent" /> -