diff --git a/androidHyperskillApp/src/main/res/layout/fragment_stage_step_wrapper.xml b/androidHyperskillApp/src/main/res/layout/fragment_stage_step_wrapper.xml index d8a6b9cb08..5ae1f7b733 100644 --- a/androidHyperskillApp/src/main/res/layout/fragment_stage_step_wrapper.xml +++ b/androidHyperskillApp/src/main/res/layout/fragment_stage_step_wrapper.xml @@ -12,12 +12,13 @@ layout="@layout/view_stage_implementation_appbar" /> + app:layout_constraintBottom_toTopOf="@+id/stepQuizFillBlanksOptionsContainer"> + layout="@layout/layout_step_quiz_fill_blanks_options" + android:visibility="gone" + tools:visibility="visible"/> \ No newline at end of file diff --git a/androidHyperskillApp/src/main/res/layout/layout_step_quiz_code_keyboard_extension.xml b/androidHyperskillApp/src/main/res/layout/layout_step_quiz_code_keyboard_extension.xml index b0d6cefd25..0e2c341453 100644 --- a/androidHyperskillApp/src/main/res/layout/layout_step_quiz_code_keyboard_extension.xml +++ b/androidHyperskillApp/src/main/res/layout/layout_step_quiz_code_keyboard_extension.xml @@ -1,7 +1,8 @@ \ No newline at end of file + app:layout_constraintBottom_toBottomOf="parent"/> \ No newline at end of file