Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

PHELAT/Fun

Repository files navigation

Fun

api cl Android Arsenal Uplabs

A library for android to animate expanding and collapsing views.

Installation

Gradle

dependencies {
    ...
    compile 'com.phelat:fun:1.0.1'
}

Maven

<dependency>
  <groupId>com.phelat</groupId>
  <artifactId>fun</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>

Usage

Wiki

Also check out the app module included in the source code.