Added default event color property to WeekView (untested)

This commit is contained in:
Caesar2011
2018-07-13 13:39:35 +02:00
parent 8ed48e40bb
commit a0a76109a1
10 changed files with 25 additions and 23 deletions

View File

@@ -6,9 +6,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".fragments.ScheduleFragment">
<de.sebse.fuplanner.tools.ui.weekview.WeekView
android:id="@+id/weekView"
android:layout_width="match_parent"
@@ -32,7 +29,9 @@
app:showDistinctPastFutureColor="true"
app:showDistinctWeekendColor="true"
app:hourSeparatorColor="@android:color/black"
app:showNowLine="true"/>
app:showNowLine="true"
app:defaultEventColor="@color/colorFUBlue"
/>
</FrameLayout>