Skip to content

Commit 2f69290

Browse files
author
Rick
committed
style: readme
1 parent f2b51c0 commit 2f69290

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

README.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,45 @@
1-
increase_decrease_button
1+
# Increase Decrease Button
2+
3+
[![](https://jitpack.io/v/huynn109/increase_decrease_button.svg)](https://jitpack.io/#huynn109/increase_decrease_button)
4+
5+
**increase_decrease_button is an Android library, a simple customizable NumberPicker for Android**
6+
7+
## Screenshot
8+
9+
<img src="">
10+
11+
## Download
12+
[![](https://jitpack.io/v/huynn109/increase_decrease_button.svg)](https://jitpack.io/#huynn109/increase_decrease_button)
13+
14+
```groovy
15+
dependencies {
16+
implementation 'com.github.huynn109:increase_decrease_button:${LATEST_VERSION}'
17+
}
18+
```
19+
## Usage
20+
### Init in xml
21+
```xml
22+
<com.huynn109.IncreaseDecreaseButton
23+
android:id="@+id/inDeButton"
24+
app:activeIconColor="@color/increase_decrease_lib_active"
25+
app:minNumber="1"
26+
app:maxNumber="10"
27+
app:initNumber="2"
28+
android:layout_width="wrap_content"
29+
android:layout_height="wrap_content"/>
30+
```
31+
## License
32+
```
33+
Copyright 2021 huynn109
34+
35+
Licensed under the Apache License, Version 2.0 (the "License");
36+
you may not use this file except in compliance with the License.
37+
You may obtain a copy of the License at
38+
39+
http://www.apache.org/licenses/LICENSE-2.0
40+
41+
Unless required by applicable law or agreed to in writing, software
42+
distributed under the License is distributed on an "AS IS" BASIS,
43+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44+
See the License for the specific language governing permissions and lim
45+
```

0 commit comments

Comments
 (0)