diff --git a/app/src/main/res/drawable/shape_background_gradation_bot_fill_0_rect.xml b/app/src/main/res/drawable/shape_background_gradation_bot_fill_0_rect.xml new file mode 100644 index 00000000..4e4e4b78 --- /dev/null +++ b/app/src/main/res/drawable/shape_background_gradation_bot_fill_0_rect.xml @@ -0,0 +1,8 @@ + + + + + diff --git a/app/src/main/res/drawable/shape_background_gradation_top_fill_0_rect.xml b/app/src/main/res/drawable/shape_background_gradation_top_fill_0_rect.xml new file mode 100644 index 00000000..7defdd6d --- /dev/null +++ b/app/src/main/res/drawable/shape_background_gradation_top_fill_0_rect.xml @@ -0,0 +1,8 @@ + + + + + diff --git a/app/src/main/res/layout/fragment_onboarding_choice_routine.xml b/app/src/main/res/layout/fragment_onboarding_choice_routine.xml index 4eb5b968..cdb65905 100644 --- a/app/src/main/res/layout/fragment_onboarding_choice_routine.xml +++ b/app/src/main/res/layout/fragment_onboarding_choice_routine.xml @@ -18,7 +18,8 @@ + android:layout_height="match_parent" + android:background="@color/background"> + + + + - - - - - + app:layout_constraintEnd_toStartOf="@id/btn_onboarding_routine_select_routine" /> - + diff --git a/app/src/main/res/layout/fragment_onboarding_choice_theme.xml b/app/src/main/res/layout/fragment_onboarding_choice_theme.xml index 669af818..00c53552 100644 --- a/app/src/main/res/layout/fragment_onboarding_choice_theme.xml +++ b/app/src/main/res/layout/fragment_onboarding_choice_theme.xml @@ -25,13 +25,14 @@ android:id="@+id/rv_onboarding_choice_theme" android:layout_width="0dp" android:layout_height="0dp" + android:layout_marginHorizontal="21dp" android:layout_marginTop="34dp" android:layout_marginBottom="21dp" - android:layout_marginHorizontal="21dp" - app:layout_constraintStart_toStartOf="parent" + android:overScrollMode="never" + app:layout_constraintBottom_toTopOf="@id/btn_onboarding_choice_theme" app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/iv_onboarding_choice_theme_title_bear" - app:layout_constraintBottom_toTopOf="@id/btn_onboarding_choice_theme" tools:listitem="@layout/item_onboarding_choice_theme" />