lmw
2024-09-04 f4a6d4f0996238f9c85e4986deffe69a1c8256e6
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">
    <solid android:color="#0055e6" />
    <corners
        android:bottomRightRadius="3dp"
        android:topRightRadius="3dp"/>
    <stroke
        android:width="1dip"
        android:color="#003db9" />
</shape>