摘要: > 需要实现的效果如下: 1.列表自身可以拖拽交换 2.下边列表可以拖动到上边指定位置添加 3.下边列表拖入上方空白区域添加到末尾 ![image](https://img2023.cnblogs.com/blog/2516957/202306/2516957-20230605155517498-1 阅读全文
posted @ 2023-06-05 16:35 阿丟啊 阅读(439) 评论(2) 推荐(0) 编辑
摘要: ```java private void sendEvent(int action, int code) { long when = SystemClock.uptimeMillis(); final KeyEvent ev = new KeyEvent(when, when, action, co 阅读全文
posted @ 2023-06-05 11:49 阿丟啊 阅读(81) 评论(0) 推荐(0) 编辑