How to create these download, rating , Media & Video and similar kind of shapes in android ? Is there any library available to do that ?
Thanks in advance.
How to create these download, rating , Media & Video and similar kind of shapes in android ? Is there any library available to do that ?
Thanks in advance.
Have look at this library. Its very easy to use.
<com.github.siyamed.shapeimageview.{ClassName}
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="8dp"
android:src="@drawable/neo"
app:siBorderWidth="8dp"
app:siBorderColor="@color/darkgray"/>
You can put following classes in place of {ClassName}
1. BubbleImageView
2. CircularImageView
3. DiamondImageView
4. HeartImageView
5. HexagonImageView
6. OctogonImageView
7. PentagonImageView
8. RoundedImageView
9. StarImageView
etc