你如何将填充添加到背景颜色跨度我已经查看了属性,但没有任何东西在我身上跳出来。在这个阶段,我可以看到它工作的唯一方法是创建一个自定义视图。
谢谢
I created a custom control.Where i use the lovely paint methods to get what i am looking for.
定义一个Shape
(特别是矩形),然后将此形状指定为视图的背景,您可以根据需要对其进行自定义,例如添加圆角等。
http://developer.android.com/guide/topics/resources/drawable- resource.html#Shape