Luka
Luka
(1)新增侧滑菜单状态变更通知;(2)可选:SwipeMenuLayout是否继承原始Item的水平margin;(3)更新xSample进行相应的测试
欢迎访问:https://github.com/luqiming666/SwipeRecyclerView
大家可以自己编译代码,apk不是很必要。如果有人想要,可以放在右侧releases里。
Steps to reproduce: 1. add an animation; 2. delete this animation; 3. add a different animation End-result: the very first animation name is shown instead of the newly added one....
原因是,FlutterActivity继承自android.app.Activity 而非androidx.fragment.app.FragmentActivity或androidx.fragment.app.Fragment。 // Flutter项目 class MainActivity: FlutterActivity() 请教郭神:这个问题怎么解?
Gamepad haptics supported. Please check this forked revision: https://github.com/RichTapHaptics/fishgame-godot
I believe the haptic feedback can greatly enhance the immersive experience of games. Is there any plan to enable haptics in future sdk? Thanks.