Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
H07000223 authored Apr 27, 2017
1 parent f86b413 commit b550b0d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#FlycoTabLayout
# FlycoTabLayout
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-FlycoTabLayout-green.svg?style=true)](https://android-arsenal.com/details/1/2756)
####[中文版](https://github.com/H07000223/FlycoTabLayout/blob/master/README_CN.md)
#### [中文版](https://github.com/H07000223/FlycoTabLayout/blob/master/README_CN.md)
An Android TabLayout Lib has 3 kinds of TabLayout at present.

* SlidingTabLayout: deeply modified from [PagerSlidingTabStrip](https://github.com/jpardogo/PagerSlidingTabStrip).
Expand Down Expand Up @@ -31,15 +31,15 @@ can be used freely with other widgets together.
* SegmentTabLayout
##Demo
## Demo
![](https://github.com/H07000223/FlycoTabLayout/blob/master/preview_1.gif)
![](https://github.com/H07000223/FlycoTabLayout/blob/master/preview_2.gif)
![](https://github.com/H07000223/FlycoTabLayout/blob/master/preview_3.gif)
>##Change Log
>## Change Log
> v2.0.0(2016-03-01)
- remove the dependence of FlycoRoundView
Expand All @@ -49,7 +49,7 @@ can be used freely with other widgets together.
- remove the dependence of NineOldAnimation(only support 3.0+)
##Gradle
## Gradle
```groovy
dependencies{
Expand All @@ -73,7 +73,7 @@ dependencies{
}
```
##Attributes
## Attributes
|name|format|description|
|:---:|:---:|:---:|
Expand Down Expand Up @@ -110,9 +110,9 @@ dependencies{
| tl_indicator_bounce_enable |boolean| set indicator aniamtion with bounce effect(only for CommonTabLayout)
| tl_indicator_width_equal_title |boolean| set indicator width same as text(only for SlidingTabLayout)
##Dependence
## Dependence
* [NineOldAndroids](https://github.com/JakeWharton/NineOldAndroids)
* [FlycoRoundView](https://github.com/H07000223/FlycoRoundView)
##Thanks
## Thanks
* [PagerSlidingTabStrip](https://github.com/jpardogo/PagerSlidingTabStrip)

0 comments on commit b550b0d

Please sign in to comment.