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

oxygenshaka/MultiCardMenu

This branch is 14 commits behind wujingchao/MultiCardMenu:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40a68eb · Jul 2, 2015

History

31 Commits
May 10, 2015
Apr 11, 2015
May 10, 2015
Apr 21, 2015
Jul 2, 2015
Apr 20, 2015
Apr 26, 2015
Apr 11, 2015
Apr 11, 2015
Apr 11, 2015
Apr 23, 2015
Apr 21, 2015
Apr 19, 2015

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%