dynamic_bg_topic.xml 198 Bytes
Newer Older
konghaorui committed
1 2 3
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

霍志良 committed
4
    <solid android:color="#f6f7f8" />
konghaorui committed
5 6
    <corners android:radius="12dp" />
</shape>