From 0d4cef5613dc8fd3a451763eda31882b235d4672 Mon Sep 17 00:00:00 2001 From: Weiping Huang <2584541288@qq.com> Date: Thu, 19 May 2016 17:17:03 +0800 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7727e5c..3d24b1a 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,11 @@ dependencies { ### Demo -![Demo]() +![Demo](https://github.com/Nightonke/JellyToggleButton/blob/master/img/demo_picture.png?raw=true) Try the demo above to see how cute JTB is. Download the apk from: -1. [Github]() +1. [Github](https://github.com/Nightonke/JellyToggleButton/blob/master/apk/Jelly%201.0.1.apk?raw=true) 2. [http://fir.im/jellytogglebutton](http://fir.im/jellytogglebutton) -3. [![Qrcode]()](http://fir.im/jellytogglebutton) +3. [![Qrcode](https://github.com/Nightonke/JellyToggleButton/blob/master/apk/Jelly%201.0.1.png?raw=true)](http://fir.im/jellytogglebutton) ### User Guide @@ -173,8 +173,28 @@ Check all the ease types below. |linear|EaseType.Linear| #### SetCheck Methods -You can control the +You can control the state of the JTB of the following methods: +(When the thumb is to the end of right, we say the JTB is checked) +1. ```isChecked()``` Whether the JTB is checked. +2. ```setChecked(boolean checked)``` Set the JTB to checked with animation. If the [listener]() . +3. `````` + +#### Colors + +#### ColorChangeType + +#### Fonts + +#### Duration + +#### Text Size and Margins + +#### Draggable + +#### Listener + +#### Other Methods