Android-NewPopupMenu is an android library to create popup menu with GoogleMusic app-like style.
Tested with APIv4
This repo includes a sample project.
dependency:
<dependency>
<groupId>com.u1aryz</groupId>
<artifactId>android-newpopupmenu-lib</artifactId>
<version>1.0.0</version>
<type>apklib</type>
</dependency>
repository:
<repositories>
<repository>
<id>u1aryz-newpopupmenu-repo</id>
<url>http://u1aryz.github.com/Android-NewPopupMenu/repository/release</url>
</repository>
</repositories>
dependency:
dependencies {
compile 'com.u1aryz:android-newpopupmenu-lib:1.0.1'
}
repository:
repositories {
mavenCentral()
}
- @u1aryz ( Yuichi. Arai ) - u1aryz.d@gmail.com
Copyright 2012 u1aryz
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.