# AlphaTabsIndicator
**Repository Path**: ms-android-demo/alpha-tabs-indicator
## Basic Information
- **Project Name**: AlphaTabsIndicator
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-03-07
- **Last Updated**: 2021-03-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# AlphaTabsIndicator
High imitation microblogging at the bottom of the status bar of the lightweight library for most of the bottom status bar application requirements.
## Abstract
Imitation WeChat at the bottom of the tab label, slide the color gradient, increase the angle mark function, the use of extremely simple, only two lines of code.
## Chinese Documents
[查看中文文档](https://github.com/yingLanNull/AlphaTabsIndicator/blob/master/READEME_CN.md)
## Gif

## Screenshot




## Demo
[Download Demo](https://github.com/yingLanNull/AlphaTabsIndicator/blob/master/show/app-debug.apk)
## Usage
### Step 1
#### Gradle
```
dependencies {
compile 'com.yinglan.alphatabs:library:1.0.8'
}
```
### Step 2
#### In Layout
```
Parameters | Meaning |
---|---|
tabIconNormal | Unselected icon |
tabIconSelected | Already selected icon |
tabText | Tab tag text |
tabTextSize | Tab The size of the label |
textColorNormal | Unchecked text color |
textColorSelected | Selected text color |
badgeBackgroundColor | Corner background color, default red |
paddingTexwithIcon | The distance between the icon and text |