Skip to content

Commit 2016254

Browse files
committed
adding AndroidChannel-ProgressLayout Example
2 parents 92e08c9 + 9e51a8d commit 2016254

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Android Gems](http://www.android-gems.com/badge/skyfe79/AndroidChannel.svg?branch=master)](http://www.android-gems.com/lib/skyfe79/AndroidChannel)
2+
13
# AndroidChannel
24

35
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AndroidChannel-green.svg?style=flat)](https://android-arsenal.com/details/1/2547)
@@ -85,7 +87,7 @@ public boolean onTouchEvent(MotionEvent event) {
8587
## APIs
8688

8789
* channel.open()
88-
* Use open() method to open channel. If you created a channel by Channel constructor, it is automatically open the channel by defaulty.
90+
* Use open() method to open channel. If you created a channel by Channel constructor, it is automatically open the channel by default.
8991
* channel.close()
9092
* Use close() method to close channel. close() method removes callbacks and messages in the message queue.
9193
* channel.toUI()

0 commit comments

Comments
 (0)