|
@@ -25,28 +25,24 @@
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <com.haibin.calendarview.CalendarView
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/calendarLayout"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="@dimen/divider_533px"
|
|
|
android:layout_marginStart="@dimen/divider_40px"
|
|
|
+ android:layout_marginTop="@dimen/divider_32px"
|
|
|
android:background="@drawable/bg_calendar"
|
|
|
app:layout_constraintHorizontal_weight="1.5"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toLeftOf="@id/weekLayout"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/tvTitle"
|
|
|
- app:max_year="2050"
|
|
|
- app:max_year_day="31"
|
|
|
- app:max_year_month="12"
|
|
|
- app:min_year="2008"
|
|
|
- app:min_year_day="1"
|
|
|
- app:min_year_month="1" />
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tvTitle" />
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/weekLayout"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="@dimen/divider_533px"
|
|
|
android:layout_marginStart="@dimen/divider_32px"
|
|
|
+ android:layout_marginTop="@dimen/divider_32px"
|
|
|
android:layout_marginEnd="@dimen/divider_40px"
|
|
|
android:background="@drawable/bg_calendar"
|
|
|
app:layout_constraintHorizontal_weight="1"
|