Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 734 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 734 Bytes

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