From b550b0d1699e11441597d20ee4b04b5ab9132578 Mon Sep 17 00:00:00 2001 From: Flyco <867318349@qq.com> Date: Thu, 27 Apr 2017 16:49:40 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index eff3b1f8..f1477fd8 100644 --- a/README.md +++ b/README.md @@ -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). @@ -31,7 +31,7 @@ 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) @@ -39,7 +39,7 @@ can be used freely with other widgets together. ![](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 @@ -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{ @@ -73,7 +73,7 @@ dependencies{ } ``` -##Attributes +## Attributes |name|format|description| |:---:|:---:|:---:| @@ -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)