Skip to content

shawnlinboy/Meizu-Flyme-PagerSlidingStrip

Repository files navigation

Meizu-Flyme-PagerSlidingStrip

A demo project modified by PagerSlidingTabStrip for styling like Meizu Flyme 3.0

Usage

  1. Clone the project.
  2. Copy PagerSlidingStrip.java to your project.
  3. Available attributions are defined at /res/values/attrs.xml
  4. Add the following code to your layout file.
 <me.mobilelin.meizu.lib.PagerSlidingStrip
     android:id="@+id/tabs"
     android:layout_width="match_parent"
     android:layout_height="48dip"
     android:background="@null"
     pss:indicator_color="@color/mz_strip_indicator" />

SnapShots