bg_button.xml 371 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <solid android:color="@color/white" />
    <corners android:radius="@dimen/button_radius" />
    <stroke
        android:width="1px"
        android:color="@color/line" />
</shape>