mac
2024-07-03 d876842e13fccca41ddaf05e9ff8c58ce7e7444b
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">
    <solid android:color="@color/text_1238C494" />
    <corners android:radius="@dimen/dp_6" />
    <stroke
        android:width="@dimen/dp_1"
        android:color="@color/text_38C494" />
</shape>