# material
**Repository Path**: fkq2017/material
## Basic Information
- **Project Name**: material
- **Description**: A library to bring fully animated Material Design components to pre-Lolipop Android.
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2017-12-18
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Material
=====================
[](https://jitpack.io/#rey5137/material) [](https://bintray.com/artifact/download/rey5137/maven/com/github/rey5137/material/1.2.4/material-1.2.4.aar) [](http://android-arsenal.com/details/1/1685)
MaterialLibrary is an Open Source Android library that back-port Material Design components to pre-Lolipop Android. MaterialLibrary's original author is [Rey Pham](https://github.com/rey5137).
* [Features](#features)
* [Demo](#demo)
* [Getting Started](#getting-started)
* [Donation](#donation)
* [Contributing](#contributing)
##Features
- [Progress](https://github.com/rey5137/Material/wiki/Progress)
- Circular
 
- Linear




- [Button](https://github.com/rey5137/Material/wiki/Button)
 
 
- [Switch](https://github.com/rey5137/Material/wiki/Switch)



- [Slider](https://github.com/rey5137/Material/wiki/Slider)


- [Spinner](https://github.com/rey5137/Material/wiki/Spinner)

- [Text Field](https://github.com/rey5137/Material/wiki/Text-Field)

- [TabPageIndicator](https://github.com/rey5137/Material/wiki/TabPageIndicator)

- [SnackBar](https://github.com/rey5137/Material/wiki/SnackBar)

- [Dialog](https://github.com/rey5137/Material/wiki/Dialog)
 
- [BottomSheetDialog](https://github.com/rey5137/Material/wiki/BottomSheet)

- [Dynamic theme](https://github.com/rey5137/Material/wiki/Theme)

## Demo
Or try it [here](https://appetize.io/app/dxznk4bqkbzu6tr5qgrzpfhayc).
## Getting Started
Add Gradle dependency:
```gradle
dependencies {
compile 'com.github.rey5137:material:1.2.4'
}
```
* Or
[Download from Jcenter](https://bintray.com/artifact/download/rey5137/maven/com/github/rey5137/material/1.2.4/material-1.2.4.aar)
You can try the SNAPSHOT version:
```gradle
dependencies {
compile 'com.github.rey5137:material:1.2.3.1-SNAPSHOT'
}
```
Make sure to add the snapshot repository:
```gradle
repositories {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}
```
AppCompat and CardView library is required by Material library.
```gradle
dependencies {
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:cardview-v7:23.4.0'
}
```
Now you can use any widget in **com.rey.material.widget** package as you wish. For styling, please view [Wiki](https://github.com/rey5137/Material/wiki). Note that default style of widgets depend on theme of AppCompat. Here is an example:
```xml
```
## Donation
You can support the project and thank the author for his hard work.
**PayPal**
- [Donate] (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=pea5137%40gmail%2ecom&lc=US&item_name=Rey%20Pham&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest)
## Contributing
Want to contribute? You are welcome!
Note that all pull request should go to `dev` branch.
Developed By
------------
* Rey Pham -
License
--------
Copyright 2015 Rey Pham.
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.