PeekAndPop 一个模仿iOS中3D Touch效果的库.zip
一个模仿iOS中3D Touch效果的库,因为安卓本身不支持3D Touch,所以事件的触发是用长按点击来替代。项目地址:https://github.com/shalskar/PeekAndPop demo地址:https://github.com/shalskar/PeekAndPopDemo 效果图:使用说明:开始这个库托管在 Jitpack.io,所以在根 build.gradle文件中添加:allprojects { repositories { ... maven { url "https://jitpack.io" } } }
下载地址
用户评论