Skip to content

Commit

Permalink
refactor : constraint 제약 id 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Apr 2, 2024
1 parent 3820271 commit 8d5351b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_schedule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
android:layout_marginTop="16dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/toolbar_schedule"
app:layout_constraintTop_toBottomOf="@id/toolbar_schedule"
app:mcv_headerTextAppearance="@style/CalendarHeader"
app:mcv_leftArrowMask="@drawable/ic_arrow_left"
app:mcv_rightArrowMask="@drawable/ic_arrow_right"
Expand Down

0 comments on commit 8d5351b

Please sign in to comment.