# FlymeTabStrip **Repository Path**: ekber/FlymeTabStrip ## Basic Information - **Project Name**: FlymeTabStrip - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-12 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## FlymeTabStrip Flyme6 ViewPager TabStrip 自定义实现Flyme6的ViewPager指示器,实现效果如下: ![效果图][1] ### 博客地址:[http://blog.csdn.net/u010072711/article/details/54667861](http://blog.csdn.net/u010072711/article/details/54667861) ## Gradle [![](https://jitpack.io/v/Dawish/FlymeTabStrip.svg)](https://jitpack.io/#Dawish/FlymeTabStrip) ``` groovy allprojects { repositories { maven { url 'https://jitpack.io' } } } dependencies { compile 'com.github.Dawish:FlymeTabStrip:v1.0.2' } ``` ## Attrs ``` xml ``` ## Example ``` java ViewPager mViewPager = (ViewPager) findViewById(R.id.viewpager); mViewPager.setAdapter(new ViewPagerAdapter()); FlymeTabStrip tabStrip = (FlymeTabStrip) findViewById(R.id.tabstrip); tabStrip.setViewPager(mViewPager); ``` ## Sample [Sample sources][2] [Sample APK][3] [1]: ./assets/demo.gif [2]: ./samples [3]: ./assets/FlymeTabStrip_Demo_V1.0.2.apk