WeekView Bib eigenkreation
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user