summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/round_button.xml
diff options
context:
space:
mode:
authorMarvin Borner2023-06-17 23:45:57 +0200
committerMarvin Borner2023-06-17 23:47:12 +0200
commit2c107c6dd13e5778099bbd88d4463cec7e3e99c1 (patch)
treee2075a55b45ac4f60ed3384b610d7421f9110bf5 /app/src/main/res/drawable/round_button.xml
Found on an old harddriveHEADmain
Diffstat (limited to 'app/src/main/res/drawable/round_button.xml')
-rwxr-xr-xapp/src/main/res/drawable/round_button.xml9
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