JPagerSlidingTabStrip


Source link: https://github.com/ZuYun/JPagerSlidingTabStrip

???

  • JPagerSlidingTabStrip: deeply modified from PagerSlidingTabStrip.
  • Add 3 tabStyle and provides an entry for custom tabStyle (JTabStyle)
  • Added the display of unread messages (like weichat)

Usage

1. Add dependence.

compile 'com.yun.ospl:jtabstrip:1.6.3' 

2. Set up the attribute width JTabStyleDelegate( or xml)

 ISlidingTabStrip tabStrip = (ISlidingTabStrip) findViewById(R.id.tabs);
  tabStyleDelegate = tabStrip.getTabStyleDelegate();
  tabStyleDelegate.setJTabStyle(type)

.setShouldExpand(true)

.setFrameColor(Color.parseColor("#45C01A"))

.setTabTextSize(getDimen(R.dimen.tabstrip_textsize))

.setTextColor(R.drawable.tabstripbg)

.setDividerColor(Color.parseColor("#45C01A"))

.setDividerPadding(0)

.setUnderlineColor(Color.parseColor("#3045C01A"))

.setUnderlineHeight(0)

.setIndicatorColor(Color.parseColor("#7045C01A"))

.setIndicatorHeight(getDimen(R.dimen.sug_event_tabheight));
 
  • set up tabStyle

    • tabStyleDelegate.setJTabStyle(type) //provide 3 types:STYLE_DEFAULT,STYLE_ROUND,STYLE_DOTS
    • tabStyleDelegate.setJTabStyle(JTabStyle) //define your own tabStyle
  • make your own tabstyle: example CustomTabStyle

  • STYLE_DEFAULT

  • STYLE_ROUND

  • STYLE_DOTS

3. BindViewpager for JPagerSlidingTabStrip

 (JPagerSlidingTabStrip) tabStrip.bindViewPager(viewpager);
 

(Optional) If you need an OnPageChangeListener with your view pager


  JPagerSlidingTabStrip.setOnPageChangeListener(mPageChangeListener);
 

4.Show prompt message for tab with JPagerSlidingTabStrip

//index:the index of tab ,msgNum:(0~99 show number,0 dismiss message,>99 show ~) JPagerSlidingTabStrip.setPromptNum(index, msgNum);
 

Customization

from astuetz/PagerSlidingTabStrip

To not just look like another Play Store styled app, go and adjust these values to match your brand:

  • pstsIndicatorColor Color of the sliding indicator
  • pstsUnderlineColor Color of the full-width line on the bottom of the view
  • pstsDividerColor Color of the dividers between tabs
  • pstsIndicatorHeightHeight of the sliding indicator
  • pstsUnderlineHeight Height of the full-width line on the bottom of the view
  • pstsDividerPadding Top and bottom padding of the dividers
  • pstsTabPaddingLeftRight Left and right padding of each tab
  • pstsScrollOffset Scroll offset of the selected tab
  • pstsTabBackground Background drawable of each tab, should be a StateListDrawable
  • pstsShouldExpand If set to true, each tab is given the same weight, default false
  • pstsTextAllCaps If true, all tab titles will be upper case, default true

All attributes have their respective getters and setters to change them at runtime

Add for prompt message

  • mPromptBgColor the background color of prompt msg
  • mPromptNumColor the number color of prompt msg

Thanks

PagerSlidingTabStrip

License

Copyright 2013 Andreas ZuYun  Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License. You may obtain a copy of the License at
  http://www.apache.org/licenses/LICENSE-2.0  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 

Resources

RevealFAB is a simple custom view that provides you intents between activities with ripple animation.

A light-weight image cropping layout, allowing UI customization and cropping box update listener. Image and the selected area (cropping box) is scale and fit into the predefined area.

A Gradle plugin for Android which generates both Java and XML constants as part of the build process.

The one true exception handler for Android.

Demo Android project with Android-PercentProgressBar library.

Android library with custom Progress Bars in different shapes.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes