view_button_bg.xml 383 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle"
    android:useLevel="false">
    <solid android:color="#23D41E" />
    <corners
        android:bottomLeftRadius="23dp"
        android:bottomRightRadius="23dp"
        android:topLeftRadius="23dp"
        android:topRightRadius="23dp" />
</shape>