sdk
wxr
2022-10-31 44fcb5966a08e6b91783cfeb89ddae26fb19600f
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
    <corners android:radius="5dp"/>
    <size android:height="44dp"/>
    <stroke
        android:width="0.4dp"
        android:color="@color/c6" />
 
 
</shape>