Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Notifications You must be signed in to change notification settings

BlackHei/MultiCardMenu

Repository files navigation

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:

<dependency>
	<groupId>net.wujingchao.android.view</groupId>
	<artifactId>multi-card-menu</artifactId>
	<version>0.9.3</version>
	<type>aar</type>
</dependency>

####Ivy

<dependency org='multi-card-menu' name='net.wujingchao.android.view' rev='0.9.3'>
	<artifact name='net.wujingchao.android.view' ext='aar'></artifact>
</dependency>

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

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%

AltStyle によって変換されたページ (->オリジナル) /