lzh
3 days ago 9e3ee0fb3332f604000c20863cece6a09ad23f90
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/result_background" />
    <stroke
        android:width="1dp"
        android:color="@color/card_stroke" />
    <corners android:radius="8dp" />
</shape>