Popularity
5.5
Declining
Activity
0.0
Stable
555
22
113

Code Quality Rank: L4
Programming language: Java
Tags: Menu Widget    
Latest version: v0.9.9

MultiCardMenu alternatives and similar packages

Based on the "Menu Widget" category.
Alternatively, view MultiCardMenu alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MultiCardMenu or a related project?

Add another 'Menu Widget' Package

README

Build Status Android Gems

MultiCardMenu

A multicard menu that can open and close with animation on android,require API level >= 11

Demo

Usage

   <net.wujingchao.android.view.MultiCardMenu
        xmlns:simple="http://schemas.android.com/apk/res-auto"
        android:id="@+id/multi_card_menu"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        simple:background_layout="@layout/background_view"
        simple:margin_top="50dp"
        simple:fade="true"
        simple:title_bar_height_display="20dp"
        simple:title_bar_height_no_display="60dp"
        simple:boundary="true"
        simple:move_distance_to_trigger="30dip"
        simple:animator_duration="300">

            ....(Your ChildViews)

   </net.wujingchao.android.view.MultiCardMenu>

License

MIT


*Note that all licence references and agreements mentioned in the MultiCardMenu README section above are relevant to that project's source code only.