因此,我想将布局的边框更改为漫画/卡通中的某种气泡。我知道我可以像这样改变我的边界:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle" >
<corners android:radius="5dip" />
<stroke android:width="2dip" android:color="@color/white"/>
</shape>
</item>
</layer-list>
但我怎么能做尖的部分(看起来像三角形的部分)。我需要用它来指出我点击的内容。我知道这听起来很奇怪或有趣,但我需要尝试。