xml Android - Drawable paiting line of dots(删除旋转标记使其成为水平)。来源= http://stackoverflow.com/a/20605455/

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml Android - Drawable paiting line of dots(删除旋转标记使其成为水平)。来源= http://stackoverflow.com/a/20605455/相关的知识,希望对你有一定的参考价值。

<rotate xmlns:android="http://schemas.android.com/apk/res/android"
  android:fromDegrees="90"
  android:toDegrees="90">

  <shape android:shape="line">
    <stroke
      android:width="1dp"
      android:color="@color/pickup_primary"
      android:dashGap="5px"
      android:dashWidth="5px" />
  </shape>
</rotate>

以上是关于xml Android - Drawable paiting line of dots(删除旋转标记使其成为水平)。来源= http://stackoverflow.com/a/20605455/的主要内容,如果未能解决你的问题,请参考以下文章

xml drawable

Android - 使用 xml drawable 制作检查图标

android项目,往drawable文件夹里面导入图片,main.xml里能找到图片,但是在java文件中R.drawable。找不到

xml 1像素边框。放在android drawable文件夹里面

xml Android - 没有drawable的收藏夹复选框。

xml Android - 没有drawable的收藏夹复选框。