Skip to content

Commit 93b62bb

Browse files
authored
Update README.md
1 parent a5b4541 commit 93b62bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)