We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41d222c + 2f417de commit f964322Copy full SHA for f964322
README.md
@@ -27,6 +27,7 @@ you could customize following UI controls in your Android application
27
* NormalSwitch
28
* NormalToggleButton
29
* CircleImageView
30
+* RoundedImageView
31
32
Usage
33
-----
@@ -110,6 +111,18 @@ CircleImageView
110
111
app:dv_border_color="#949494"
112
app:dv_border_width="2dp" />
113
```
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
+```
126
127
NOTE
128
0 commit comments