Skip to content

Commit

Permalink
Create README
Browse files Browse the repository at this point in the history
  • Loading branch information
DeweyReed committed Mar 3, 2019
1 parent bddfe0c commit 903e56c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# HmsPickerView

A beautiful little Android view to pick hours, minutes, seconds.

<img src="./images/image.webp" alt="Screenshot" style="width:360px;"/>

## Installation

TODO

## Usage

```XML
<xyz.aprildown.hmspickerview.HmsPickerView
android:id="@+id/hmsPickerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center" />
```

## License

[LICENSE](./LICENSE)
Binary file added images/image.webp
Binary file not shown.

0 comments on commit 903e56c

Please sign in to comment.