WeekView Bib eigenkreation

This commit is contained in:
Joshua
2018-07-12 15:45:59 +02:00
parent 41b0a88f25
commit 5073d9fd87
12 changed files with 3464 additions and 9 deletions

View File

@@ -9,11 +9,11 @@
<com.alamkanak.weekview.WeekView
<de.sebse.fuplanner.tools.ui.weekview.WeekView
android:id="@+id/weekView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:eventTextColor="@android:color/white"
app:eventTextColor="@color/colorFUWhite"
app:textSize="12sp"
app:hourHeight="60dp"
app:headerColumnPadding="8dp"
@@ -26,7 +26,11 @@
app:todayBackgroundColor="#1848adff"
app:headerColumnBackground="#ffffffff"
app:firstDayOfWeek="monday"
app:futureWeekendBackgroundColor="@color/colorFUPrimary"/>
app:showFirstDayOfWeekFirst="true"
app:futureWeekendBackgroundColor="@color/colorFUPrimary"
app:pastWeekendBackgroundColor="@color/colorFUPrimary"
app:maxTime="21"
app:minTime="7"/>
</FrameLayout>