From 749ef0632daa3fbcfd9dab1c77e8082167554685 Mon Sep 17 00:00:00 2001 From: Flyco <867318349@qq.com> Date: Thu, 27 Apr 2017 16:50:12 +0800 Subject: [PATCH] Update README_CN.md --- README_CN.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README_CN.md b/README_CN.md index 2f4e3a66..bea416f2 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 @@ -30,7 +30,7 @@ * SegmentTabLayout -##Demo +## Demo ![](https://github.com/H07000223/FlycoTabLayout/blob/master/preview_1.gif) ![](https://github.com/H07000223/FlycoTabLayout/blob/master/preview_2.gif) @@ -38,7 +38,7 @@ ![](https://github.com/H07000223/FlycoTabLayout/blob/master/preview_3.gif) ->##Change Log +>## Change Log > v2.0.0(2016-03-01) - 删除了对FlycoRoundView库的依赖 @@ -47,7 +47,7 @@ > v2.0.2(2016-04-23) - 删除了对NineOldAnimation库依赖(仅支持3.0+) -##Gradle +## Gradle ```groovy dependencies{ @@ -71,7 +71,7 @@ dependencies{ } ``` -##Attributes +## Attributes |name|format|description| |:---:|:---:|:---:| @@ -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)