如何创建类似形状的Playstore

时间:2016-09-25 11:36:14

标签: android

Playstore like shapes

如何创建这些下载,评级,媒体和Android中的视频和类似形状?有没有可用的图书馆?

提前致谢。

2 个答案:

答案 0 :(得分:1)

查看this库。它非常易于使用。

<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"/>

您可以使用以下类代替{ClassName}
1. BubbleImageView
2. CircularImageView
3. DiamondImageView
4. HeartImageView
5. HexagonImageView
6. OctogonImageView
7.五角大楼图像视图
8. RoundedImageView
9. StarImageView

答案 1 :(得分:0)

检查此链接,这是google的android资料设计: https://design.google.com/icons/index.html