kchat/app/src/main/res/drawable/login_bac.xml
2024-08-16 21:45:16 +08:00

9 lines
222 B
XML

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