Skip to content

Commit 40b662b

Browse files
committed
update README
2 parents c6c3f8a + d21bf4a commit 40b662b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# WheelView-Android
22
Selector with wheel view, applicable to selecting money or other short length values.
33

4+
5+
Use with Gradle:
6+
---
7+
8+
```
9+
dependencies {
10+
compile 'com.lantouzi.wheelview:library:1.0.1'
11+
}
12+
```
13+
414
Screenshot of Demo:
15+
---
516
![Demo](https://raw.githubusercontent.com/lantouzi/WheelView-Android/master/preview/demo.jpg)
617

718
Usage
@@ -33,4 +44,5 @@ License
3344
distributed under the License is distributed on an "AS IS" BASIS,
3445
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3546
See the License for the specific language governing permissions and
36-
limitations under the License.
47+
limitations under the License.
48+

0 commit comments

Comments
 (0)