Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
README file
Browse files Browse the repository at this point in the history
  • Loading branch information
dminta committed Feb 18, 2017
1 parent e70e097 commit 71c38b3
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# MaterialProgressBar library binding for Xamarin Android

![Icon](art/launcher_icon-web.png)

Material Design `ProgressBar` with consistent appearance on Android 4.0+.

## Why MaterialProgressBar?

- Consistent appearance on Android 4.0+.
- Correct tinting across platforms.
- Able to remove the intrinsic padding of framework `ProgressBar`.
- Able to hide the progress background of framework horizontal `ProgressBar`.
- Used as a drop-in replacement for framework `ProgressBar`.

See [MaterialProgressBar library repository](https://github.com/DreaminginCodeZH/MaterialProgressBar/) for more details.

## Binding and sample code

Library binding is using MaterialProgressBar AAR package v1.3.0.

Sample code is based on MaterialProgressBar sample code and its resources. [Butter Knife](https://github.com/JakeWharton/butterknife) library was replaced with [Cheeseknife](https://github.com/MisterJimson/Cheeseknife).

## Usage

* Download this repository and add reference to `MaterialProgressBar` project in your solution

or

* Install [ZhangHai.Android.MaterialProgressBar](https://www.nuget.org/packages/ZhangHai.Android.MaterialProgressBar/) package from nuget.org

## License

[MaterialProgressBar](https://github.com/DreaminginCodeZH/MaterialProgressBar/) is licensed under the Apache License, Version 2.0.

Source code from this repository is licensed under the Apache License, Version 2.0. See LICENSE file.

0 comments on commit 71c38b3

Please sign in to comment.