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

@@ -2,7 +2,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorFUPrimary"
android:background="@color/colorFUGreen"
android:fitsSystemWindows="true"
tools:context="de.sebse.fuplanner.fragments.StartupFragment">