Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要以编程方式实现以下附加图像,有什么办法吗?我知道如何在其中绘制矩形,layer-list但对于底部的特定锯齿形纹理我不知道
layer-list
请帮我实现这个形状
提前致谢
要绘制虚线,您可以使用形状
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="line"> <stroke android:color="#FF00" android:dashWidth="5dp" android:dashGap="5dp" /> </shape>
如果要组合多个形状,则可以使用 alayer-list并为每个项目定义一个形状