Skip to content

Commit

Permalink
#79 [ui] 테마 & 루틴 선택 리사이클러뷰 위치 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
emjayMJkim committed Jan 17, 2024
1 parent 9e6b808 commit 54eb242
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
android:layout_marginTop="37dp"
android:layout_marginBottom="90dp"
android:layout_marginStart="30dp"
android:layout_marginEnd="10dp"
android:layout_marginEnd="20dp"
android:scrollbars="vertical"
android:scrollbarStyle="outsideInset"
android:scrollbarStyle="outsideOverlay"
android:scrollbarThumbVertical="@drawable/ic_scrollbar"
app:layout_constraintTop_toBottomOf="@id/iv_onboarding_choice_routine_speech_background"
app:layout_constraintBottom_toTopOf="@id/btn_onboarding_routine_back_theme"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_onboarding_choice_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_onboarding_choice_theme"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_marginHorizontal="21dp"
android:layout_marginTop="34dp"
android:layout_marginBottom="21dp"
android:layout_marginBottom="34dp"
android:overScrollMode="never"
app:layout_constraintBottom_toTopOf="@id/btn_onboarding_choice_theme"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/item_onboarding_choice_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto">
xmlns:app="http://schemas.android.com/apk/res-auto"
android:paddingHorizontal="10dp">

<ImageView
android:id="@+id/iv_theme_background"
Expand Down

0 comments on commit 54eb242

Please sign in to comment.