wxr
2022-12-01 2588ab0681d9ef96f98114a1de018b420e3ee1da
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" 
    android:shape="rectangle">
    <size android:width="1dp"/>
    <solid android:color="@color/c0"/>
    
 
</shape>