Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/saiwu-bigkoo/Android-SnappingStepper

A beautiful UI control with flexible control of the number of changes.
https://github.com/saiwu-bigkoo/Android-SnappingStepper

Last synced: about 24 hours ago
JSON representation

A beautiful UI control with flexible control of the number of changes.

Lists

README

        

[![Android Gems](http://www.android-gems.com/badge/saiwu-bigkoo/Android-SnappingStepper.svg?branch=master)](http://www.android-gems.com/lib/saiwu-bigkoo/Android-SnappingStepper)

# Android-SnappingStepper
一种漂亮的UI控件,能更灵活的控制数字的增减。
对应的iOS版 [SnappingStepper](https://github.com/yannickl/SnappingStepper)

#### 使用说明
支持两种模式:setMode方法(Mode.AUTO是默认的在滑动条上有数值显示,Mode.CUSTOM是自定义文字配合setText函数)
代码和xml预配置两种方式都可,更多自定义属性和样式参考demo。

#### 使用gradle 依赖:
```java
compile 'com.bigkoo:snappingstepper:1.0.2'
```

## Demo 图片
![](https://github.com/saiwu-bigkoo/Android-SnappingStepper/blob/master/preview/snappingstepperdemo.gif)

>## 更新说明

>v1.0.0
- 基础功能

>v1.0.1
- 增加xml设置步长、按钮图片、按钮资源、内容背景、内容字体、控件背景

- 修改默认的快速改变触发间隔时间

- 添加修改后demo

>v1.0.2
- 支持ListView,加入ListView的demo演示