File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Quantity Picker v1.0.2
2
+ [ ![ Platform] ( http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat )] ( http://developer.android.com/index.html ) [ ![ Language] ( http://img.shields.io/badge/language-java-orange.svg?style=flat )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html ) [ ![ License] ( http://img.shields.io/badge/license-apache2.0-lightgrey.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
2
3
3
4
The android library that provides a simple and similar to NumberPicker that can be used in shopping cart as a quantity picker. It's very easy to use.
4
5
. I hope that you will like it, and enjoys it. ^ ^
5
6
### Screenshots
6
7
7
- [ ![ Platform] ( http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat )] ( http://developer.android.com/index.html ) [ ![ Language] ( http://img.shields.io/badge/language-java-orange.svg?style=flat )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html ) [ ![ License] ( http://img.shields.io/badge/license-apache2.0-lightgrey.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
8
8
<img src =" screenshots/picker.png " width =" 25% " />
9
9
10
10
``` Maven
@@ -57,12 +57,12 @@ add `xmlns:app="http://schemas.android.com/apk/res-auto"`
57
57
58
58
| attribute name| attribute description|
59
59
| :-:| :-:|
60
- |minQuantity|To set the minimum value of the quantity picker | (default Min Quantity : 1 )
61
- |maxQuantity|To set the maximum value of the quantity picker| (default Max Quantity : 10 )
60
+ | minQuantity| To set the minimum value of the quantity picker (default Min Quantity : 1 )|
61
+ | maxQuantity| To set the maximum value of the quantity picker (default Max Quantity : 10 )|
62
62
| quantityColor| To set the text color of the quantity picker|
63
63
| buttonColor| To set the button color of the quantity picker|
64
64
| textSize| To set the text size of the quantity picker|
65
- |textStyle|To set text style of the quantity picker| (bold,italic,bold_italic,normal)
65
+ | textStyle| To set text style of the quantity picker (bold,italic,bold_italic,normal)|
66
66
67
67
#### Java
68
68
You can’t perform that action at this time.
0 commit comments