我现在想用shape标签画一个叉号,但是指定android:shape="line"
之后没有发现那个属性是指定画的线的起始和结束位置的。
我用下面的代码画出来的线只能是水平的:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<stroke android:color="@android:color/holo_blue_light"
android:width="3dip" />
</shape>
这个问题怎么整啊?还是shape无法指定这种效果的?
Shape은 View 컨트롤의 속성에 속하며 위치 속성을 지정할 수 없으며 독립적으로 존재할 수 없습니다.
으아악
선의 길이와 시작 위치는 무엇으로 결정되는지 모르겠지만 각도는 괜찮습니다