Skip to content

Commit 94dd41e

Browse files
committed
edit README
1 parent 233d473 commit 94dd41e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
# SwitchButton
22
SwitchButton.An *beautiful+lightweight+custom-style-easy* switch widget for Android,minSdkVersion >= 11<br>
3+
issues welcome~
34
![](21879.gif)
45

6+
Features
7+
-------
8+
-no third-part library depend
9+
-no raw files(pictures/drawables etc...), only one java and style.xml file
10+
-drag switch supported
11+
12+
513
UseAge
614
-------
715
gradle:
816
```grovvy
17+
repositories {
18+
mavenCentral()
19+
jcenter()
20+
}
21+
22+
...
23+
924
dependencies {
1025
compile 'com.github.zcweng:switch-button:0.0.1@aar'
1126
}

0 commit comments

Comments
 (0)