topic_finish_bg.xml 257 Bytes
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <stroke
        android:width="1dp"
        android:color="#1C90F3" />
    <solid android:color="#331C90F3" />
    <corners android:radius="5dp" />
</shape>