Skip to content

A multicard menu that can open and close with animation on android

Notifications You must be signed in to change notification settings

Ryan257/MultiCardMenu

 
 

Repository files navigation

Android Gems

MultiCardMenu

A multicard menu that can open and close with animation on android.It base on [nineoldandroid] 1 ,thank about it.

Screenshot


Screenshot


##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>

Quick Start

####Gradle:

compile 'net.wujingchao.android.view:multi-card-menu:0.9.3'

####Maven: net.wujingchao.android.view multi-card-menu 0.9.3 aar

##Developed By

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A multicard menu that can open and close with animation on android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%