We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6c3f8a + d21bf4a commit 40b662bCopy full SHA for 40b662b
README.md
@@ -1,7 +1,18 @@
1
# WheelView-Android
2
Selector with wheel view, applicable to selecting money or other short length values.
3
4
+
5
+Use with Gradle:
6
+---
7
8
+```
9
+dependencies {
10
+ compile 'com.lantouzi.wheelview:library:1.0.1'
11
+}
12
13
14
Screenshot of Demo:
15
16

17
18
Usage
@@ -33,4 +44,5 @@ License
33
44
distributed under the License is distributed on an "AS IS" BASIS,
34
45
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35
46
See the License for the specific language governing permissions and
36
- limitations under the License.
47
+ limitations under the License.
48
0 commit comments