Skip to content

Commit f48fd37

Browse files
committed
2 parents 46af483 + 00449dc commit f48fd37

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

README.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
1-
<h2 align="center"> <img src="apk/preview/app_icon_title.png" width="400" /> </h2>
1+
<h2 align="center"> <img src="apk/preview/app_icon_title.png" width="500" /> </h2>
22

33
<p align="center">
44

55
<a href="https://android.com">
6-
<img src="https://img.shields.io/badge/for-android-green.svg?style=flat&logo=android&color=3aab60"
6+
<img src="https://img.shields.io/badge/for-android-green.svg?style=flat-square&logo=android&color=3aab60"
77
alt="Android" />
88
</a>
99

1010
<a href="https://developer.android.com/about/versions/android-5.0.html">
11-
<img src="https://img.shields.io/badge/MinSdk-21-blue.svg"
11+
<img src="https://img.shields.io/badge/MinSdk-21-blue.svg?style=flat-square"
1212
alt="MinSDK" />
1313
</a>
1414

1515
<a href="https://jitpack.io/#virtualvivek/BlurShadowImageView">
16-
<img src="https://jitpack.io/v/virtualvivek/BlurShadowImageView.svg?color=34495e"
16+
<img src="https://jitpack.io/v/virtualvivek/BlurShadowImageView.svg?style=flat-square&color=34495e"
1717
alt="JitPack" />
1818
</a>
1919

2020
<a href="https://www.codacy.com/gh/virtualvivek/BlurShadowImageView/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=virtualvivek/BlurShadowImageView&amp;utm_campaign=Badge_Grade">
21-
<img src="https://app.codacy.com/project/badge/Grade/86da5d838ef24e0dbcf482b049b8c27c"
21+
<img src="https://img.shields.io/codacy/grade/86da5d838ef24e0dbcf482b049b8c27c?logo=codacy&style=flat-square"
2222
alt="Codacy Badge" />
2323
</a>
2424

2525
<a href="https://github.com/virtualvivek/BlurShadowImageView/blob/master/library/src/main/java/me/virtualiz/blurshadowimageview/BlurShadowImageView.java">
26-
<img src="https://img.shields.io/github/size/virtualvivek/BlurShadowImageView/library/src/main/java/me/virtualiz/blurshadowimageview/BlurShadowImageView.java?color=16ab9c&label=Library%20Size"
26+
<img src="https://img.shields.io/github/size/virtualvivek/BlurShadowImageView/library/src/main/java/me/virtualiz/blurshadowimageview/BlurShadowImageView.java?style=flat-square&color=16ab9c&label=Library%20Size"
2727
alt="Library Size" />
2828
</a>
2929

3030
</p>
3131

32+
3233
<p align="center">This library provides blurred drop shadows to <b>ImageView</b> similar to <code>iOS backdrop shadows</code>.Provides fast canvas draw as <b>no renderscript</b> needed .The similar shadow blurred effects can also be seen in <i>iOS Music App.</i></p>
3334

3435
<p align="center"><img src="apk/preview/app_icon_demo.png" width="620" /> </p>
@@ -128,16 +129,22 @@ Picasso.get().load("https://i.imgur.com/DvpvklR.png").into(target);
128129

129130
<img src="apk/preview/app_preview_offset.png" width="650" />
130131

131-
```
132-
```
133132

134133

135134
# Documentation
136135

137-
#### app:v_imageSrc: _["../refrence"]_
138-
#### app:v_imageRound: _[int]dp_
139-
#### app:v_shadowOffset: _[int]dp_
140-
#### android:scaleType: _["center", "centerCrop", "fitEnd", "fitCenter", "fitXY", "centerInside", "fitStart", "matrix"]_
136+
```yaml
137+
app:v_imageSrc: "../refrence"
138+
```
139+
```yaml
140+
app:v_imageRound: "(int)dp"
141+
```
142+
```yaml
143+
app:v_shadowOffset: "(int)dp"
144+
```
145+
```yaml
146+
android:scaleType: ["center","centerCrop","fitEnd","fitCenter","fitXY","centerInside","fitStart","matrix"]
147+
```
141148
142149
|Name|Format|Default|Details|
143150
|:---:|:---:|:---:|:---:|
@@ -148,13 +155,13 @@ Picasso.get().load("https://i.imgur.com/DvpvklR.png").into(target);
148155
149156
150157
## Find this library useful? :heart:
151-
Support it by joining [stargazers](https://github.com/virtualvivek/BlurShadowImageView/stargazers) for this repository. :star:
158+
Support it by joining [**stargazers**](https://github.com/virtualvivek/BlurShadowImageView/stargazers) for this repository. :star:
152159
153160
# Branches
154-
Branch -version 2.x [ <b>AndroidX</b> ] <a href="https://github.com/virtualvivek/BlurShadowImageView/tree/master">Current Branch</a><br/>
161+
Branch -version 2.x [ <b>AndroidX</b> ] <a href="https://github.com/virtualvivek/BlurShadowImageView/tree/master"><b>‣ </b>Current Branch</a><br/>
155162
Branch -version 1.x <b>Support Library</b> <a href="https://github.com/virtualvivek/BlurShadowImageView/tree/supportLibrary">View Branch</a>
156163
157164
# License
158165
159166
BlurShadowImageView is licensed under `MIT license`. View [license](https://github.com/virtualvivek/BlurShadowImageView/blob/master/LICENSE).<br>
160-
Copyright (c) 2020-21 ` Vivek Verma `
167+
Copyright (c) 2020-21 [**Vivek Verma**](https://github.com/virtualvivek)

0 commit comments

Comments
 (0)