Added default event color property to WeekView (untested)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:background="@color/colorFUPrimary"
|
||||
android:background="@color/colorFUGreen"
|
||||
app:popupTheme="@style/AppTheme.PopupOverlay" />
|
||||
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
|
||||
@@ -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>
|
||||
@@ -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">
|
||||
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
android:textStyle="bold"
|
||||
android:typeface="sans"
|
||||
android:gravity="center"
|
||||
android:textColor="@color/colorFUSecondary"
|
||||
android:textColor="@color/colorFUBlue"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user