GamblingDog
2025-09-09 141376c835204f1f1c33ddfbd365a8162e022a9c
1
2
3
4
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="line" xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke android:width="1dp" android:dashWidth="3dp" android:dashGap="2dip" android:color="@color/gray" />
</shape>