Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.58 KB

File metadata and controls

52 lines (41 loc) · 1.58 KB

Snowball Android Design Library
Download

Some ui components that helps you build applications.

Installation

repositories {
    // if you use ShareKit component
    maven { url 'https://jitpack.io' }
}
dependencies {
    // add dependency, please replace x.y.z to the latest version
    implementation "com.xueqiu.design:design:x.y.z"
    // if you use ShareKit component
    kapt ('com.github.Hackforid.Lego:lego-compiler:0.7.5')
}

Components

Some screenshots

Buttom Dialog Icon Interpolator

Usage

Make your AppTheme style extends DesignTheme, then you can use the components. For more details, please read the example.

The ShareKit use LegoAdapter and the SnowAnimView use Lottie, please read their documentation before using theme.

Proguard

If you use lego adapter
-keepnames class com.smilehacker.lego.factory.*