coolMenu
The Android implementation of Cards Menu Concept by Gal Shir.
This is Gal Shir's awesome shot.
Usage
I published the library with Jitpack, so add it to your build.gradle with:
Add the dependency:
The usage is really like ViewPager
, just add CoolMenuFrameLayout
to your layout.
An example of basic usage in layout.xml:
This statement declares the number of cards, The upper limit is five.
You can set your title icon or title style in xml like this:
Like ViewPager
,set an Adapter for the CoolMenuFrameLayout
view.