Skip to content

Commit 84783a5

Browse files
authored
Update Readme.md
1 parent c4ddb42 commit 84783a5

File tree

1 file changed

+3
-72
lines changed

1 file changed

+3
-72
lines changed

README.md

Lines changed: 3 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
1-
GlidePalette
1+
Android GlidePalette
22
=======
33

4-
![Alt sample](https://raw.githubusercontent.com/florent37/GlidePalette/master/screenshot/night_small_2.png)
4+
Use palette for background view and text by glide v4 image loader. It's rewrite by kotlin.
55

6+
![Alt sample](https://github.com/sinhpn92/Android-GlidePalette/raw/master/static/Screenshot_1577178027.png)
67

7-
<a href="https://goo.gl/WXW8Dc">
8-
<img alt="Android app on Google Play" src="https://developer.android.com/images/brand/en_app_rgb_wo_45.png" />
9-
</a>
108

119

12-
13-
# Download
14-
15-
<a href='https://ko-fi.com/A160LCC' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
16-
17-
In your module [![Download](https://api.bintray.com/packages/florent37/maven/GlidePalette/images/download.svg)](https://bintray.com/florent37/maven/GlidePalette/_latestVersion)
18-
```groovy
19-
compile 'com.github.florent37:glidepalette:2.1.2'
20-
21-
compile 'com.github.bumptech.glide:glide:4.6.1'
22-
```
23-
2410
# Sample
2511

2612
```java
@@ -115,58 +101,3 @@ Or simply return into CallBack
115101
}
116102
})
117103
```
118-
119-
120-
# TODO
121-
122-
# Community
123-
124-
Looking for contributors, feel free to fork !
125-
126-
# Dependencies
127-
128-
- Glide from Bumptech : [https://github.com/bumptech/glide][glide]
129-
130-
# Credits
131-
132-
Author: Florent Champigny www.florentchampigny.com/
133-
134-
Fiches Plateau Moto : [https://www.fiches-plateau-moto.fr/](https://www.fiches-plateau-moto.fr/)
135-
136-
<a href="https://goo.gl/WXW8Dc">
137-
<img alt="Android app on Google Play" src="https://developer.android.com/images/brand/en_app_rgb_wo_45.png" />
138-
</a>
139-
140-
141-
<a href="https://plus.google.com/+florentchampigny">
142-
<img alt="Follow me on Google+"
143-
src="https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/gplus.png" />
144-
</a>
145-
<a href="https://twitter.com/florent_champ">
146-
<img alt="Follow me on Twitter"
147-
src="https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/twitter.png" />
148-
</a>
149-
<a href="https://www.linkedin.com/in/florentchampigny">
150-
<img alt="Follow me on LinkedIn"
151-
src="https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/linkedin.png" />
152-
</a>
153-
154-
# License
155-
156-
Copyright 2015 florent37, Inc.
157-
158-
Licensed under the Apache License, Version 2.0 (the "License");
159-
you may not use this file except in compliance with the License.
160-
You may obtain a copy of the License at
161-
162-
http://www.apache.org/licenses/LICENSE-2.0
163-
164-
Unless required by applicable law or agreed to in writing, software
165-
distributed under the License is distributed on an "AS IS" BASIS,
166-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
167-
See the License for the specific language governing permissions and
168-
limitations under the License.
169-
170-
171-
[snap]: https://oss.sonatype.org/content/repositories/snapshots/
172-
[glide]: https://github.com/bumptech/glide

0 commit comments

Comments
 (0)