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

https://github.com/trycatchx/mutlcolorloadingview

Android beautiful custom multi-color progress bar
https://github.com/trycatchx/mutlcolorloadingview

Last synced: about 1 year ago
JSON representation

Android beautiful custom multi-color progress bar

Awesome Lists containing this project

README

          

# MutlColorLoadingView
![Build Status](https://img.shields.io/badge/build-passing-brightgreen) ![java](https://img.shields.io/badge/language-java-Borange.svg) ![java](https://img.shields.io/badge/version-1.0.0-orange.svg)

[Englist](https://github.com/zhangchaojiong/MutlColorLoadingView/blob/master/README.md) | [中文版本](https://github.com/zhangchaojiong/MutlColorLoadingView/blob/master/README_zh.md)
>A beautiful loading view

## Design sketch

![demo.gif](https://github.com/zhangchaojiong/MutlColorLoadingView/blob/master/image/demo.gif)

## Usage:
* Setting up the dependency

```
implementation 'com.mutlcolorloadingview:mutlcolorloadingview:1.0.0'
```
* Simple use cases will look something like this:

```

```

## Styleable

```
















```

## License

```
Copyright (C) 2020 chaojiong.zhang

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.
```