Skip to content

Commit f964322

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 41d222c + 2f417de commit f964322

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ you could customize following UI controls in your Android application
2727
* NormalSwitch
2828
* NormalToggleButton
2929
* CircleImageView
30+
* RoundedImageView
3031

3132
Usage
3233
-----
@@ -110,6 +111,18 @@ CircleImageView
110111
app:dv_border_color="#949494"
111112
app:dv_border_width="2dp" />
112113
```
114+
RoundedImageView
115+
```xml
116+
<com.dvinfosys.widgets.ImageView.RoundedImageView
117+
android:layout_width="wrap_content"
118+
android:layout_height="200dp"
119+
android:layout_margin="8dp"
120+
android:src="@drawable/demo_image"
121+
app:borderColor="@color/color_blue"
122+
app:borderWidth="1dp"
123+
app:isSquare="true"
124+
app:radius="6dp" />
125+
```
113126

114127
NOTE
115128
-----

0 commit comments

Comments
 (0)