Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Rogero0o/MatchView
Include MatchTextView and MatchButton..Come..you will like it
https://github.com/Rogero0o/MatchView
Last synced: 14 days ago
JSON representation
Include MatchTextView and MatchButton..Come..you will like it
- Host: GitHub
- URL: https://github.com/Rogero0o/MatchView
- Owner: Rogero0o
- Created: 2014-12-05T07:14:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T08:37:36.000Z (almost 6 years ago)
- Last Synced: 2024-07-31T18:16:50.777Z (3 months ago)
- Language: Java
- Size: 855 KB
- Stars: 855
- Watchers: 43
- Forks: 226
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- -awesome-android-ui - MatchView - 2.0) | <img src="/art/MatchView.gif" width="49%"> (Index `(light-weight pages)`)
- awesome-android-ui - MatchView - 2.0) | <img src="/art/MatchView.gif" width="49%"> (Index `(light-weight pages)`)
- awesome-android-ui - MatchView - 2.0) | <img src="/art/MatchView.gif" width="49%"> (Index)
README
# Android MatchView
This project is learned from (https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh) .
Thanks for liaohuqiu..I like the animation in that project...So i studied his codes and make this..
![](http://ww1.sinaimg.cn/mw690/a695acdegw1emytnk4s45g20eg0mk490.gif)
..As you see right now,wish you like it.
## Demo
[Download Demo](https://raw.githubusercontent.com/Rogero0o/MatchView/master/demo/MatchView_Demo_V1.0.apk)
### Step
Import this project into android studio..it's built with it.
### Usage
#### jcenter
gradle
```
compile 'com.roger.match.library:library:1.0.1'
```##### Config in xml
```xml
xmlns:match="http://schemas.android.com/apk/res-auto"
```
##### Or config in java code
```java
// the following are default settings
mMatchTextView.setText("MATCH VIEW");
mMatchTextView.setTextSize(30);
mMatchTextView.setTextColor(Color.WHITE);
// setProgress float 0-1
mMatchTextView.setProgress(0.5f);
```## About me
A small guy in mainland FUJIAN China.
If you have any new idea about this project, feel free to tell me ,Tks. :smiley:
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-MatchView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1194)
## License
The MIT License (MIT)
Copyright © 2015 Roger
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.