色修正

This commit is contained in:
ろむねこ 2024-07-09 10:19:04 +09:00
parent 34497196d5
commit 5f029a3a4f
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -14,14 +14,14 @@
<com.github.sundeepk.compactcalendarview.CompactCalendarView
android:id="@+id/calendar"
android:layout_width="fill_parent"
android:layout_height="250dp"
android:layout_height="300dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
app:compactCalendarBackgroundColor="@color/colorPrimaryContainer"
app:compactCalendarCurrentDayBackgroundColor="@color/colorSecondary"
app:compactCalendarCurrentSelectedDayBackgroundColor="@color/colorTertiary"
app:compactCalendarMultiEventIndicatorColor="@color/colorOnPrimary"
app:compactCalendarTextColor="@color/colorOnPrimary"
app:compactCalendarBackgroundColor="@color/colorSurface"
app:compactCalendarCurrentDayBackgroundColor="@color/colorSurfaceVariant"
app:compactCalendarCurrentSelectedDayBackgroundColor="@color/colorSurfaceVariant"
app:compactCalendarMultiEventIndicatorColor="@color/colorOnSurface"
app:compactCalendarTextColor="@color/colorOnSurface"
app:compactCalendarTextSize="12sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"