pdlivexp/common/src/main/res/drawable/bg_btn_common_shape.xml

10 lines
273 B
XML
Raw Normal View History

2022-08-01 17:28:21 +08:00
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item >
<shape>
<corners android:radius="22dp"/>
<solid android:color="@color/gray3"/>
</shape>
</item>
</selector>