diff options
Diffstat (limited to 'app/src/main/res/drawable/round_button.xml')
-rwxr-xr-x | app/src/main/res/drawable/round_button.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/round_button.xml b/app/src/main/res/drawable/round_button.xml new file mode 100755 index 0000000..3240f2b --- /dev/null +++ b/app/src/main/res/drawable/round_button.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<ripple xmlns:android="http://schemas.android.com/apk/res/android" + android:color="#6C6875"> + <item> + <shape android:shape="oval"> + <solid android:color="@color/design_default_color_primary" /> + </shape> + </item> +</ripple>
\ No newline at end of file |