Android代码 侧滑菜单流动效果
FlowingDrawer swipe right to display drawer with flowing effects. Download Include the following dependency in your build.gradle file. Gradle: repositories { jcenter() } dependencies { implementation 'com.mxn.soul:flowingdrawer-core:2.0.0' implementation 'com.nineoldandroids:library:2.4.0' } V2.0.0 Features The menu can be positioned along two edges:left and right . Allows the drawer to be opened by dragging the edge or the entire screen. Usage For a
用户评论