Skip to content

Commit

Permalink
refactor: 마진 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
krrong committed Oct 3, 2023
1 parent ca9c631 commit ab73dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/activity_my_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
android:id="@+id/rv_mypage_statistics"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginVertical="@dimen/space_default_large"
android:layout_marginTop="@dimen/space_default_large"
android:orientation="vertical"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toTopOf="@id/customGrid_mypage_places"
Expand Down

0 comments on commit ab73dcc

Please sign in to comment.