项目作者: ruancw

项目描述 :
custom view of filters:menu popup and flow popup
高级语言: Java
项目地址: git://github.com/ruancw/FiltersPopup.git
创建时间: 2018-06-05T08:50:51Z
项目社区:https://github.com/ruancw/FiltersPopup

开源协议:Apache License 2.0

下载


FiltersPopup

How to the FiltersPopup?

Gradle Project:

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

  1. allprojects {
  2. repositories {
  3. ...
  4. maven { url 'https://jitpack.io' }
  5. }
  6. }

Step 2. Add the dependency

  1. dependencies {
  2. implementation 'com.github.ruancw:FiltersPopup:v1.0'
  3. }