Skip to content

Commit 51a489d

Browse files
committed
readme tutorial information updated
1 parent ce6ff35 commit 51a489d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# 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)
23

34
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.
45
. I hope that you will like it, and enjoys it. ^ ^
56
### Screenshots
67

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)
88
<img src="screenshots/picker.png" width="25%" />
99

1010
```Maven
@@ -57,12 +57,12 @@ add `xmlns:app="http://schemas.android.com/apk/res-auto"`
5757

5858
|attribute name|attribute description|
5959
|:-:|:-:|
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 )|
6262
|quantityColor|To set the text color of the quantity picker|
6363
|buttonColor|To set the button color of the quantity picker|
6464
|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)|
6666

6767
#### Java
6868

0 commit comments

Comments
 (0)