Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iielse authored Dec 27, 2017
1 parent 1f6e652 commit c9255d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
```
3. activity

![](https://github.com/iielse/SwitchButton/blob/master/previews/a.png)
![](https://github.com/iielse/SwitchButton/blob/master/previews/a.gif)

```
switchView.setOnClickListener(new View.OnClickListener() {
Expand All @@ -32,8 +32,8 @@ switchView.setOnClickListener(new View.OnClickListener() {
```
or

![](https://github.com/iielse/SwitchButton/blob/master/previews/b.png)
![](https://github.com/iielse/SwitchButton/blob/master/previews/c.png)
![](https://github.com/iielse/SwitchButton/blob/master/previews/b.gif)
![](https://github.com/iielse/SwitchButton/blob/master/previews/c.gif)

```
switchView.setOnStateChangedListener(new SwitchView.OnStateChangedListener() {
Expand Down

0 comments on commit c9255d1

Please sign in to comment.