Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iwgang/scaletablayout

Android scale tab layout
https://github.com/iwgang/scaletablayout

Last synced: 3 months ago
JSON representation

Android scale tab layout

Awesome Lists containing this project

README

        

[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-ScaleTabLayout-green.svg?style=flat )]( https://android-arsenal.com/details/1/7118 ) [![@iwgang](https://img.shields.io/badge/weibo-%40iwgang-blue.svg)](http://weibo.com/iwgang)

### screenshot
![](https://raw.githubusercontent.com/iwgang/ScaleTabLayout/master/screenshot/s.gif)

### gradle
implementation 'com.github.iwgang:scaletablayout:1.2'

### use
```


scaleTabLayout.setViewPager(viewPager)

scaleTabLayout.addTab(index: Int, tag: String, isSelect: Boolean)

scaleTabLayout.removeTab(index: Int)

scaleTabLayout.getTabTextView(index: Int): TextView

scaleTabLayout.setCurrentItem(index: Int)

scaleTabLayout.setOnTabClickListener(listener: OnTabClickListener)

```

### attributes
| attr | type | default |
|--- | --- | ---|
|stl_unSelTextSize | reference | 16sp |
|stl_selTextSize | reference | 20sp |
|stl_unSelTextColor | color | gray |
|stl_selTextColor | color | black |
|stl_tabSpacing | dimension | 20dp |
|stl_leftMargin | dimension | 15dp |
|stl_rightMargin | dimension | 15dp |
|stl_isSelTextBold | boolean | true |