Ecosyste.ms: Awesome

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

https://github.com/HuTianQi/CoolImageView

A imageView is similar to QQ that ImageView background picture can move up and down,But the function is more powerful than QQ,it also supports left and right movement
https://github.com/HuTianQi/CoolImageView

Last synced: about 24 hours ago
JSON representation

A imageView is similar to QQ that ImageView background picture can move up and down,But the function is more powerful than QQ,it also supports left and right movement

Lists

README

        

# CoolImageView
A imageView is similar to QQ that imageView background picture can move up and down,But the function is more powerful than QQ,it also supports left and right movement

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/HuTianQi/CoolImageView#license)
[![platform](https://img.shields.io/badge/platform-Android-yellow.svg)](https://www.android.com)

##Dynamic effect preview (Because the gif resources are large, please wait for the resources to complete the load)
this is background picture left and right movement
![image](https://github.com/HuTianQi/CoolImageView/blob/master/beauty.gif)
this is background picture move up and down
![image](https://github.com/HuTianQi/CoolImageView/blob/master/beauty_.gif)

##How to use
step1: Add the following to your attrs.xml file (in res/values):
-----
```xml



```

step2:Add the following code to the root view of your layout:
-----
```xml
xmlns:app="http://schemas.android.com/apk/res-auto"
```

step3:Add the widget code in the appropriate place in your xml file, Here's a sample implementation:
-----
```xml




```

##Notice:
you should set direction properties in your xml file,If you don't want to do that.You can use ordinary ImageView instead

##License
MIT License

Copyright (c) 2016 hq_sunshine

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.