一款酷炫的 Android 卡片菜单
2016-01-27 本文已影响281人
极分享
♥♥♥ 原文转自极分享 更多详情及更新查看原文 ♥♥♥
coolMenu
This is Gal Shir's awesome shot.
源码下载
Usage
I published the library with Jitpack, so add it to your build.gradle with:
repositories {
...
maven { url "https://jitpack.io" }
}
Add the dependency:
dependencies {
compile 'com.github.DxTT:coolMenu:v1.1'
}
The usage is really like ViewPager, just add CoolMenuFrameLayout to your layout.
An example of basic usage in layout.xml
Contributors
License
coolMenu is available under the MIT license
源码下载
在此感谢 @xuechister,@foocoder