Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rey5137/material
A library to bring fully animated Material Design components to pre-Lolipop Android.
https://github.com/rey5137/material
android java material
Last synced: 3 months ago
JSON representation
A library to bring fully animated Material Design components to pre-Lolipop Android.
- Host: GitHub
- URL: https://github.com/rey5137/material
- Owner: rey5137
- License: apache-2.0
- Archived: true
- Created: 2014-12-09T12:07:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T15:35:01.000Z (over 1 year ago)
- Last Synced: 2024-09-21T08:02:08.771Z (3 months ago)
- Topics: android, java, material
- Language: Java
- Homepage: http://rey5137.com/material/
- Size: 3.72 MB
- Stars: 6,008
- Watchers: 298
- Forks: 1,325
- Open Issues: 214
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- -awesome-android-ui - Material - 2.0) | <img src="/art/Material.gif" width="49%"> <img src="/art/Material2.gif" width="49%"> <img src="/art/Material3.gif" width="49%"> <img src="/art/Material4.gif" width="49%"> <img src="/art/Material5.gif" width="49%"> <img src="/art/Material6.gif" width="49%"> <img src="/art/Material7.gif" width="49%"> <img src="/art/Material8.gif" width="49%"> <img src="/art/Material9.gif" width="49%"> <img src="/art/Material10.gif" width="49%"> <img src="/art/Material11.png" width="49%"> (Index `(light-weight pages)`)
- awesome-android-ui - Material - 2.0) | <img src="/art/Material.gif" width="49%"> <img src="/art/Material2.gif" width="49%"> <img src="/art/Material3.gif" width="49%"> <img src="/art/Material4.gif" width="49%"> <img src="/art/Material5.gif" width="49%"> <img src="/art/Material6.gif" width="49%"> <img src="/art/Material7.gif" width="49%"> <img src="/art/Material8.gif" width="49%"> <img src="/art/Material9.gif" width="49%"> <img src="/art/Material10.gif" width="49%"> <img src="/art/Material11.png" width="49%"> (Index `(light-weight pages)`)
- awesome-android-Loaders - Material - 2.0) | <img src="https://github.com/rey5137/Material/raw/master/image/progress_circular_indeterminate.gif" width="25%"><img src="https://github.com/rey5137/Material/raw/master/image/progress_circular_determinate.gif" width="25%"><img src="https://github.com/rey5137/Material/raw/master/image/progress_linear_indeterminate.gif" width="50%"><img src="https://github.com/rey5137/Material/raw/master/image/progress_linear_determinate.gif" width="50%"><img src="https://github.com/rey5137/Material/raw/master/image/progress_linear_query.gif" width="50%"><img src="https://github.com/rey5137/Material/raw/master/image/progress_linear_buffer.gif" width="50%"> (Index)
- awesome-material-design - Material - Back-port Material Design components to pre-Lolipop Android (Android / Frameworks)
- awesome-android-ui - Material - 2.0) | <img src="/art/Material.gif" width="49%"> <img src="/art/Material2.gif" width="49%"> <img src="/art/Material3.gif" width="49%"> <img src="/art/Material4.gif" width="49%"> <img src="/art/Material5.gif" width="49%"> <img src="/art/Material6.gif" width="49%"> <img src="/art/Material7.gif" width="49%"> <img src="/art/Material8.gif" width="49%"> <img src="/art/Material9.gif" width="49%"> <img src="/art/Material10.gif" width="49%"> <img src="/art/Material11.png" width="49%"> (Index)
README
Material
=====================[![](https://jitpack.io/v/rey5137/material.svg)](https://jitpack.io/#rey5137/material) [![Download](https://api.bintray.com/packages/rey5137/maven/material/images/download.svg)](https://bintray.com/artifact/download/rey5137/maven/com/github/rey5137/material/1.3.1/material-1.3.1.aar) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Material-brightgreen.svg?style=flat)](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
![](https://github.com/rey5137/Material/raw/master/image/progress_circular_indeterminate.gif) ![](https://github.com/rey5137/Material/raw/master/image/progress_circular_determinate.gif)
- Linear![](https://github.com/rey5137/Material/raw/master/image/progress_linear_indeterminate.gif)
![](https://github.com/rey5137/Material/raw/master/image/progress_linear_determinate.gif)
![](https://github.com/rey5137/Material/raw/master/image/progress_linear_query.gif)
![](https://github.com/rey5137/Material/raw/master/image/progress_linear_buffer.gif)- [Button](https://github.com/rey5137/Material/wiki/Button)
![](https://github.com/rey5137/Material/raw/master/image/button_raise_touch.gif) ![](https://github.com/rey5137/Material/raw/master/image/button_raise_wave.gif)![](https://github.com/rey5137/Material/raw/master/image/fab_image.gif) ![](https://github.com/rey5137/Material/raw/master/image/fab_line.gif)
- [Switch](https://github.com/rey5137/Material/wiki/Switch)![](https://github.com/rey5137/Material/raw/master/image/cb.gif)
![](https://github.com/rey5137/Material/raw/master/image/rb.gif)
![](https://github.com/rey5137/Material/raw/master/image/switch.gif)
- [Slider](https://github.com/rey5137/Material/wiki/Slider)
![](https://github.com/rey5137/Material/raw/master/image/slider_continuous.gif)
![](https://github.com/rey5137/Material/raw/master/image/slider_discrete.gif)
- [Spinner](https://github.com/rey5137/Material/wiki/Spinner)
![](https://github.com/rey5137/Material/raw/master/image/spn.gif)- [Text Field](https://github.com/rey5137/Material/wiki/Text-Field)
![](https://github.com/rey5137/Material/raw/master/image/textfield.gif)
- [TabPageIndicator](https://github.com/rey5137/Material/wiki/TabPageIndicator)
![](https://github.com/rey5137/Material/raw/master/image/tpi.gif)- [SnackBar](https://github.com/rey5137/Material/wiki/SnackBar)
![](https://github.com/rey5137/Material/raw/master/image/snackbar.png)- [Dialog](https://github.com/rey5137/Material/wiki/Dialog)
![](https://github.com/rey5137/Material/raw/master/image/dialog_3.png) ![](https://github.com/rey5137/Material/raw/master/image/dialog_4.png)
- [BottomSheetDialog](https://github.com/rey5137/Material/wiki/BottomSheet)
![](https://github.com/rey5137/Material/raw/master/image/bottomsheet.gif)- [Dynamic theme](https://github.com/rey5137/Material/wiki/Theme)
![](https://github.com/rey5137/Material/raw/master/image/theme.gif)## Demo
Or try it [here](https://appetize.io/app/dxznk4bqkbzu6tr5qgrzpfhayc).
## Getting Started
Add Gradle dependency:
```gradle
dependencies {
implementation 'com.github.rey5137:material:1.3.1'
}
```* Or
[Download from Jcenter](https://bintray.com/artifact/download/rey5137/maven/com/github/rey5137/material/1.3.1/material-1.3.1.aar)AppCompat, CardView, RecyclerView library is required by Material library.
```gradle
dependencies {
compile 'androidx.appcompat:appcompat:1.0.0'
compile 'androidx.cardview:cardview:1.0.0'
compile 'androidx.recyclerview:recyclerview:1.0.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
<!-- Customize your theme here. --><!-- colorPrimary is used for the default action bar background -->
<item name="colorPrimary">@color/colorPrimary</item><!-- colorPrimaryDark is used for the status bar -->
<item name="colorPrimaryDark">@color/colorPrimaryDark</item><!-- colorAccent is used as the default value for colorControlActivated
which is used to tint widgets -->
<item name="colorAccent">@color/colorAccent</item><!-- You can also set colorControlNormal, colorControlActivated
colorControlHighlight & colorSwitchThumbNormal. -->
```## 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 athttp://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.