dialog_bg_white_round.xml 282 Bytes RawBlameHistoryPermalink 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" android:shape="rectangle"> <corners android:radius="20dp" /> <!-- 设置圆角弧度 --> <solid android:color="#ffffff" /> <!-- 设置背景颜色 --> </shape>