angcyo
angcyo
直接调用`View.setOnClickListener`覆盖自带的就行.
AGP7+ https://github.com/angcyo/CalendarView/tree/agp7
- OnePlus 9 - ColorOS v12 - android 12 ``` implementation 'com.github.tiann:FreeReflection:3.1.0' override fun attachBaseContext(base: Context) { super.attachBaseContext(base) Reflection.unseal(base) } ``` These are the logs ``` 2021-12-01 10:24:14.900 W/cyo.uicore.dem: Accessing...
我没有使用过`databinding`,暂时无法提供支持.
是不是这个东西? https://github.com/angcyo/DslItem
`xml`用来渲染界面,`app`中可以覆盖同名文件达到自定义界面的效果. `Item`用来实现逻辑.
you need update kotlin to # gradle 8+ ``` plugins { ... id 'org.jetbrains.kotlin.android' version '1.8.0' apply false ... } ``` # gradle 8- ``` buildscript { dependencies { ......
`ViewPager1Delegate`也使用module引入.
试试 https://github.com/angcyo/CalendarView