talk_btn_frame_white.xml 280 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="oval"
  4. android:useLevel="false">
  5. <solid android:color="#ffffffff" />
  6. <size
  7. android:width="78dp"
  8. android:height="78dp" />
  9. </shape>