使用xml定义制作三角形?

有没有一种方法可以在xml文件中指定三角形形状?


<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="triangle">

  <stroke android:width="1dip" android:color="#FFF" />

  <solid android:color="#FFF" />

</shape>

我们可以用路径形状或其他方式做到这一点吗?我只需要一个等边三角形。


谢谢


holdtom
浏览 909回答 3
3回答

犯罪嫌疑人X

<TextView&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; android:layout_width="wrap_content"&nbsp; &nbsp; &nbsp; &nbsp; android:layout_height="wrap_content"&nbsp; &nbsp; &nbsp; &nbsp; android:text="▼"/>您可以在此处获得更多选择。
打开App,查看更多内容
随时随地看视频慕课网APP