Skip to content

Commit

Permalink
design: 사료 추가 및 편집 화면 섭취 기간 캘린더 margin 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hxeyexn committed Jan 18, 2024
1 parent 9941842 commit 4b63d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_feed_add_edit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
android:id="@+id/calendarview_feedaddedit_start_date"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="30dp"
android:layout_marginHorizontal="20dp"
android:layout_marginTop="32dp"
android:visibility="gone"
custom:disable_date_color="@color/gray4"
Expand All @@ -627,7 +627,7 @@
android:id="@+id/calendarview_feedaddedit_end_date"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="30dp"
android:layout_marginHorizontal="20dp"
android:layout_marginTop="32dp"
android:visibility="gone"
custom:disable_date_color="@color/gray4"
Expand Down

0 comments on commit 4b63d27

Please sign in to comment.