diff --git a/app/src/main/res/layout/story_first_time_navigation_view.xml b/app/src/main/res/layout/story_first_time_navigation_view.xml index b781d6fc9a..0319427392 100644 --- a/app/src/main/res/layout/story_first_time_navigation_view.xml +++ b/app/src/main/res/layout/story_first_time_navigation_view.xml @@ -1,9 +1,9 @@ + tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout" + tools:viewBindingIgnore="true"> - - + android:src="@color/transparent_black_70" /> - - - - - - - - - + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> + + + + + + + + + + + + + + + app:layout_constraintTop_toBottomOf="@id/button_container" /> \ No newline at end of file