Android如何自定义视图与下面的图像相同

时间:2016-06-27 02:16:56

标签: android android-layout

enter image description here

我有一张图片。如何创建上面的自定义视图?这是一个按钮。

1 个答案:

答案 0 :(得分:0)

你需要创建形状自定义ImageViews的复合视图。

参考这些链接

http://www.vogella.com/tutorials/AndroidCustomViews/article.html

https://github.com/siyamed/android-shape-imageview