Skip to content

Commit 6844bd5

Browse files
committed
2 parents 3a00764 + 93b62bb commit 6844bd5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<p align="center">
44

5-
<a href="https://angularjs.org">
6-
<img src="https://img.shields.io/badge/Platform-Android-yellow.svg?color=419466"
5+
<a href="https://android.com">
6+
<img src="https://camo.githubusercontent.com/b56ba74e599ebf4a6d782716b3d63fa39c7e90e2/68747470733a2f2f7777772e636c657665726f61642e636f6d2f7075626c69632f636f6d65726369616c2f6c6162656c2d616e64726f69642e737667" width="120"
77
alt="Android" />
88
</a>
99

@@ -29,7 +29,7 @@
2929

3030
</p>
3131

32-
<p align="center">This library provides drop shdows to <b>ImageView</b> according to the image similar to <code>ios backdrop shadows</code>.This custom ImageView extends android ImageView to provide backdrop shadows effect.The similar shadow blurred effects can also be seen in <i>iOS Music App.</i></p>
32+
<p align="center">This library provides drop shdows to <b>ImageView</b> according to the image similar to <code>iOS backdrop shadows</code>.This custom ImageView extends android ImageView to provide backdrop shadows effect.The similar shadow blurred effects can also be seen in <i>iOS Music App.</i></p>
3333

3434
<p align="center"><img src="https://github.com/vivekverma007/BlurShadowImageView/blob/master/preview/app_icon_demo.jpg" width="620" /> </p>
3535

@@ -62,8 +62,8 @@ dependencies {
6262
android:layout_width="200dp"
6363
android:layout_height="220dp"
6464
android:layout_gravity="center"
65-
app:v_shadowOffset="40dp" //sets offset b/w image and shadow
66-
app:v_imageRound="20dp" //sets border radius
65+
app:v_shadowOffset="40dp"
66+
app:v_imageRound="20dp"
6767
app:v_imageSrc="@drawable/nature" />
6868
```
6969

0 commit comments

Comments
 (0)