본문 바로가기

개발일기

23.11.7 개발일기 materialcalendar 글자크기 변경

<com.prolificinteractive.materialcalendarview.MaterialCalendarView
            android:id="@+id/material_calendar_calendar_edit_view"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:padding="20dp"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintStart_toStartOf="parent"
            app:mcv_dateTextAppearance="@style/CustomCalendarTitleTextAppearance"
            app:mcv_headerTextAppearance="@style/TextAppearance.Material3.TitleLarge"
            app:layout_constraintTop_toTopOf="@+id/cl_calendar_add_dialog_fragment" />

 

 

app:mcv_dateTextAppearance="@style/CustomCalendarTitleTextAppearance" --> date 날짜 크기 변경
app:mcv_headerTextAppearance="@style/TextAppearance.Material3.TitleLarge" --> 년월 글자 크기 변경

 

 

 

 

span을 찍고

 

removeDecorator 일부분 지움 

 

removeDecorators의  다 지움

 

차이가있음

materialCalendarView.removeDecorators()
materialCalendarView.addDecorator(memoDecorator)