DayView
This library shows the specific day in a calendar board view.
Features
This simple Kotlin library can show specific date in calendar board view, in the correct format, according to user's language settings. The view is flexible, that means it can be fat or thin - controlled easily through API.
Example
DayView dayView = (DayView) findViewById(R.id.dayView); dayView.setBarColor(ContextCompat.getColor(this, R.color.colorPrimary)); dayView.setBorderColor(ContextCompat.getColor(this, R.color.colorPrimary)); dayView.setCardBackgroundColor(Color.WHITE); dayView.setTextColor(Color.BLACK); dayView.setDate(new Date(2017, 10, 15));
Download
compile 'com.github.migellal:dayview:0.0.1'
from The Android Arsenal
No comments:
Post a Comment