Prank_App/app/src/main/res/drawable/shape_10_grey.xml
litingting a161dda6c0 init
2024-07-12 18:11:16 +08:00

6 lines
214 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="#f5f5f5"/>
<corners android:radius="10dp"/>
</shape>