yueban
yueban
1. cardStackView config: ``` manager.setStackFrom(StackFrom.Bottom) manager.setVisibleCount(3) manager.setTranslationInterval(8.0f) manager.setScaleInterval(0.95f) manager.setSwipeThresholdRatio(0.19f) manager.setDirections(Direction.HORIZONTAL) manager.setCanScrollHorizontal(true) manager.setCanScrollVertical(true) manager.setSwipeableMethod(SwipeableMethod.AutomaticAndManual) manager.setOverlayInterpolator(LinearInterpolator()) cardStackView.layoutManager = manager cardStackView.adapter = adapter cardStackView.itemAnimator.apply { if (this is DefaultItemAnimator) { supportsChangeAnimations = false...
when using kotlin language. If I invoke `fire` on a stateMachine instance without any context. It failed on invoking transition method. here is the code: ```kotlin // init fsm val...
Please provide the following informations. - System version Windows 7 professional service pack 1 (7601) - Java version java - Gradle version 5.6.4 - Android Gradle plugin version 3.5.3 -...
源码中拇指 icon 的在动画的每个瞬间都会执行一次 `BitmapFactory.decodeResource` & `Bitmap.createBitmap`,如果通过 `canvas.scale` 来做动画是否存在一定的性能提升?
环境: - MoviePilot-v2:docker jxxghp/moviepilot-v2:2.6.1(后自动升级至 v2.8.1-1) - Tranmission:docker linuxserver/transmission:4.0.5 问题描述: - 配置并运行 **IYUU 自动辅种** 后,有 5 个辅种任务被添加到 Transmission,其中 3 个通过校验正常进入做种状态,剩余 2 个无法通过校验。 - 源任务信息如图 - 辅种任务信息如图 已尝试解决方案: - 重命名校验失败的辅种任务,使其文件名与源任务保持一直,手动重新校验,校验通过。 iyuu-plus-dev 也有人反馈类似问题:...