Skip to content

Commit

Permalink
Update README_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
H07000223 authored Apr 27, 2017
1 parent b550b0d commit 749ef06
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#FlycoTabLayout
# FlycoTabLayout
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-FlycoTabLayout-green.svg?style=true)](https://android-arsenal.com/details/1/2756)

一个Android TabLayout库,目前有3个TabLayout
Expand Down Expand Up @@ -30,15 +30,15 @@

* 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)
- 删除了对FlycoRoundView库的依赖
Expand All @@ -47,7 +47,7 @@
> v2.0.2(2016-04-23)
- 删除了对NineOldAnimation库依赖(仅支持3.0+)

##Gradle
## Gradle

```groovy
dependencies{
Expand All @@ -71,7 +71,7 @@ dependencies{
}
```

##Attributes
## Attributes

|name|format|description|
|:---:|:---:|:---:|
Expand Down Expand Up @@ -108,9 +108,9 @@ dependencies{
| tl_indicator_bounce_enable |boolean| 设置显示器支持动画回弹效果(only for CommonTabLayout)
| tl_indicator_width_equal_title |boolean| 设置显示器与标题一样长(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 749ef06

Please sign in to comment.