Files
pass/app/src/main/res/drawable/shape_gray_bg8.xml
T
2022-01-24 10:14:35 +08:00

6 lines
320 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#fff3f7fd" />
<corners android:topLeftRadius="8dp" android:topRightRadius="8dp" android:bottomLeftRadius="8dp" android:bottomRightRadius="8dp" />
</shape>