cnlive_support_bg.xml 283 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval"
    android:useLevel="false">
    <solid android:color="#fe5e5f" />
    <size
        android:width="45dp"
        android:height="45dp" />

</shape>