我需要在 Android 中创建收据布局。这个想法很简单,一个带有锯齿形顶部的矩形布局。
甚至,我尝试过虚线,但没有任何效果。
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<stroke
android:color="#FF00"
android:dashWidth="5dp"
android:dashGap="5dp" />
</shape>