Skip to content

Commit

Permalink
refactor: Home Study Margin 값 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
inseonyun committed Oct 19, 2023
1 parent c986d19 commit 6337710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion android/app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
android:id="@+id/rv_home"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginTop="20dp"
android:layout_marginStart="20dp"
android:layout_marginEnd="20dp"
android:orientation="vertical"
Expand Down
3 changes: 2 additions & 1 deletion android/app/src/main/res/layout/item_home_study_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
android:id="@+id/cl_home_study_list_item"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
android:layout_marginTop="12dp"
android:layout_marginBottom="12dp"
android:background="@drawable/bg_rectangle_radius_10dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 6337710

Please sign in to comment.