-
Thanks for your code very much, I try to implement this code in my project, everything work fine with android:windowIsTranslucent is false. Because in my project used SwipeBackLayout, therefore I must…
-
[`SwipeBackLayout`](https://github.com/ikew0ng/SwipeBackLayout/blob/master/library/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java#L104)的默认`EDGE_SIZE` 是20dp;但是代码设置20dp后,滑动区域却明显比默认的要小。
`…
-
how to set the trigger zone
-
Hello
I am using swipe back activity in one of my project activity. My activity layout contains recyclerview and other components as well. So the problem is when I scroll up my recyclerview items the…
-
-
项目中使用了SwipeBackLayout,要求Activity主题添加"android:windowIsTranslucent"才能达到Acitivity透明效果。偶然发现使用此属性之后Acitivity的生命周期有影响,Activity A启动之后,启动Activity B再返回时,Activity A的onStart和onStop不会被调用
yk007 updated
8 years ago
-
-
您好,使用了您这个库,效果很棒,谢谢您。但是在4.4系统下,所有子页面右滑显示的总是桌面,页面退出后,才会再由桌面显示成上一级页面。您提供的Demo也是这样。想请问下这种问题有什么办法解决吗?
-
视图中有ListView,若要设置了全屏右滑返回,不能响应ListView的滑动事件,求解决方法。。
如果设置屏幕一半,则这一半也无法响应ListView滑动事件,但我看Fuubo和知乎都解决得挺好的,求指教。
-