カレンダーデザイン変更, WIP

This commit is contained in:
ろむねこ 2024-07-09 10:13:10 +09:00
parent 43a20fe409
commit 34497196d5
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -17,17 +17,17 @@
android:layout_height="250dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
app:compactCalendarBackgroundColor="#ffe95451"
app:compactCalendarCurrentDayBackgroundColor="#B71C1C"
app:compactCalendarCurrentSelectedDayBackgroundColor="#E57373"
app:compactCalendarMultiEventIndicatorColor="#fff"
app:compactCalendarTargetHeight="250dp"
app:compactCalendarTextColor="#fff"
app:compactCalendarBackgroundColor="@color/colorPrimaryContainer"
app:compactCalendarCurrentDayBackgroundColor="@color/colorSecondary"
app:compactCalendarCurrentSelectedDayBackgroundColor="@color/colorTertiary"
app:compactCalendarMultiEventIndicatorColor="@color/colorOnPrimary"
app:compactCalendarTextColor="@color/colorOnPrimary"
app:compactCalendarTextSize="12sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/taskListRecyclerView"
android:layout_width="match_parent"