Weekview design geändert

This commit is contained in:
Joshua
2018-09-16 14:51:34 +02:00
parent 662f9bc240
commit 7b4fd9dfab
5 changed files with 10 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
app:headerRowPadding="12dp"
app:columnGap="8dp"
app:noOfVisibleDays="5"
app:headerRowBackgroundColor="#ffefefef"
app:headerRowBackgroundColor="@color/colorFUGray"
app:firstDayOfWeek="monday"
app:showFirstDayOfWeekFirst="true"
app:futureWeekendBackgroundColor="@color/colorFURedLight"
@@ -31,6 +31,7 @@
app:hourSeparatorColor="@android:color/black"
app:showNowLine="true"
app:defaultEventColor="@color/colorFUBlue"
app:headerColumnBackground="@color/colorFUGray"
/>