Skip to content

snowman-team/SnowDesign

Repository files navigation

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.*