6 lines
234 B
XML
6 lines
234 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<!-- 内部颜色 -->
|
|
<solid android:color="#E8E8E8" />
|
|
<corners android:bottomRightRadius="@dimen/dp_8" />
|
|
</shape> |