diff options
author | Marvin Borner | 2023-06-17 23:45:57 +0200 |
---|---|---|
committer | Marvin Borner | 2023-06-17 23:47:12 +0200 |
commit | 2c107c6dd13e5778099bbd88d4463cec7e3e99c1 (patch) | |
tree | e2075a55b45ac4f60ed3384b610d7421f9110bf5 /app/src/main/res/drawable/round_button.xml |
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 |