Closed 401885064 closed 8 years ago
我想实现点击按钮跳转下一页,请问要怎么弄?,能提供一个方法吗?
可以给draglayout添加一个公共方法 public void switchToBottom(){ animTopOrBottom(frameView1, -101); }
参见https://github.com/xmuSistone/android-vertical-slide-view/issues/7
非常感谢!
我想实现点击按钮跳转下一页,请问要怎么弄?,能提供一个方法吗?