We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233d473 commit 94dd41eCopy full SHA for 94dd41e
1 file changed
README.md
@@ -1,11 +1,26 @@
1
# SwitchButton
2
SwitchButton.An *beautiful+lightweight+custom-style-easy* switch widget for Android,minSdkVersion >= 11<br>
3
+issues welcome~
4

5
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
13
UseAge
14
-------
15
gradle:
16
```grovvy
17
+repositories {
18
+ mavenCentral()
19
+ jcenter()
20
+}
21
22
+...
23
24
dependencies {
25
compile 'com.github.zcweng:switch-button:0.0.1@aar'
26
}
0 commit comments