使xml可绘制
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/red" />
<corners android:radius="10dp" />
</shape>
Run Code Online (Sandbox Code Playgroud)
并将此drawable设置为imageview背景