android_mt6572_jiabo/packages/apps/AudioFX/res/drawable/dash.xml
2025-09-05 16:56:03 +08:00

12 lines
No EOL
338 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<solid android:color="#ffffffff"/>
<stroke
android:color="#66ffffff"
android:width="1dp"
android:dashWidth="1dp"
android:dashGap="1dp" />
</shape>