开源软件名称(OpenSource Name):prolificinteractive/material-calendarview开源软件地址(OpenSource Url):https://github.com/prolificinteractive/material-calendarview开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):Material Calendar ViewA Material design back port of Android's CalendarView. The goal is to have a Material look and feel, rather than 100% parity with the platform's implementation. InstallationStep 1. Add the JitPack repository to your build file allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
} Step 2. Add the dependency dependencies {
implementation 'com.github.prolificinteractive:material-calendarview:${version}'
} Usage
Example: <com.prolificinteractive.materialcalendarview.MaterialCalendarView
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/calendarView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:mcv_showOtherDates="all"
app:mcv_selectionColor="#00F"
/> DocumentationMake sure to check all the documentation available here. CustomizationOne of the aims of this library is to be customizable. The many options include:
Events, Highlighting, Custom Selectors, and More!All of this and more can be done via the decorator api. Please check out the decorator documentation. Recent ChangesMajor Change in 2.0Material CalendarView 2.0 comes in with a major change into the core of it's API, we transitioned from using Major Change in 1.6.0Also this release doesn't have any break changes, it provides significant improvements to the widget. More customization have been added for the user (custom fonts, long click listener, show/hide weekdays) as well as various fixes, improvements to the sample app, and general cleanup. Make sure to check the CHANGELOG and the release section for more details. Major Change in 1.5.0We recently updated to the latest gradle and decided to move over our libraries to the hosting service Jitpack. Please refer to the installation section for more details. Major Change in 1.4.0
See other changes in the CHANGELOG. ContributingWould you like to contribute? Fork us and send a pull request! Be sure to checkout our issues first. LicenseMaterial Calendar View is Copyright (c) 2018 Prolific Interactive. It may be redistributed under the terms specified in the LICENSE file. MaintainersMaterial Calendar View is maintained and funded by Prolific Interactive. The names and logos are trademarks of Prolific Interactive. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论