summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/dots.xml9
-rw-r--r--app/src/main/res/drawable/erase.xml12
-rw-r--r--app/src/main/res/drawable/undo.xml9
3 files changed, 30 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/dots.xml b/app/src/main/res/drawable/dots.xml
new file mode 100644
index 0000000..fd0fc01
--- /dev/null
+++ b/app/src/main/res/drawable/dots.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="800dp"
+ android:height="800dp"
+ android:viewportWidth="32.055"
+ android:viewportHeight="32.055">
+ <path
+ android:pathData="M3.968,12.061C1.775,12.061 0,13.835 0,16.027c0,2.192 1.773,3.967 3.968,3.967c2.189,0 3.966,-1.772 3.966,-3.967C7.934,13.835 6.157,12.061 3.968,12.061zM16.233,12.061c-2.188,0 -3.968,1.773 -3.968,3.965c0,2.192 1.778,3.967 3.968,3.967s3.97,-1.772 3.97,-3.967C20.201,13.835 18.423,12.061 16.233,12.061zM28.09,12.061c-2.192,0 -3.969,1.774 -3.969,3.967c0,2.19 1.774,3.965 3.969,3.965c2.188,0 3.965,-1.772 3.965,-3.965S30.278,12.061 28.09,12.061z"
+ android:fillColor="#000000"/>
+</vector>
diff --git a/app/src/main/res/drawable/erase.xml b/app/src/main/res/drawable/erase.xml
new file mode 100644
index 0000000..ff76ceb
--- /dev/null
+++ b/app/src/main/res/drawable/erase.xml
@@ -0,0 +1,12 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="800dp"
+ android:height="800dp"
+ android:viewportWidth="489.42"
+ android:viewportHeight="489.42">
+ <path
+ android:pathData="M122.82,394.66c17.8,19.4 43.2,30.6 69.5,30.6h216.9c44.2,0 80.2,-36 80.2,-80.2v-200.7c0,-44.2 -36,-80.2 -80.2,-80.2h-216.9c-26.4,0 -51.7,11.1 -69.5,30.6l-111.8,121.7c-14.7,16.1 -14.7,40.3 0,56.4L122.82,394.66zM29.13,233.06l111.8,-121.8c13.2,-14.4 32,-22.6 51.5,-22.6h216.9c30.7,0 55.7,25 55.7,55.7v200.6c0,30.7 -25,55.7 -55.7,55.7h-217c-19.5,0 -38.3,-8.2 -51.5,-22.6l-111.7,-121.8C23.02,249.66 23.02,239.66 29.13,233.06z"
+ android:fillColor="#000000"/>
+ <path
+ android:pathData="M225.43,309.76c2.4,2.4 5.5,3.6 8.7,3.6s6.3,-1.2 8.7,-3.6l47.8,-47.8l47.8,47.8c2.4,2.4 5.5,3.6 8.7,3.6s6.3,-1.2 8.7,-3.6c4.8,-4.8 4.8,-12.5 0,-17.3l-47.9,-47.8l47.8,-47.8c4.8,-4.8 4.8,-12.5 0,-17.3s-12.5,-4.8 -17.3,0l-47.8,47.8l-47.8,-47.8c-4.8,-4.8 -12.5,-4.8 -17.3,0s-4.8,12.5 0,17.3l47.8,47.8l-47.8,47.8C220.73,297.26 220.73,304.96 225.43,309.76z"
+ android:fillColor="#000000"/>
+</vector>
diff --git a/app/src/main/res/drawable/undo.xml b/app/src/main/res/drawable/undo.xml
new file mode 100644
index 0000000..d09d655
--- /dev/null
+++ b/app/src/main/res/drawable/undo.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="800dp"
+ android:height="800dp"
+ android:viewportWidth="512"
+ android:viewportHeight="512">
+ <path
+ android:pathData="M256,1C179.8,1 111.7,34.4 64.9,87.2L0,22.3V193h170.7l-60.2,-60.2C145.6,91.5 197.5,65 256,65c106.1,0 192,85.9 192,192c0,106.1 -85.9,192 -192,192c-53,0 -101,-21.5 -135.8,-56.2L75,438c46.4,46.3 110.4,75 181,75c141.4,0 256,-114.6 256,-256S397.4,1 256,1z"
+ android:fillColor="#000000"/>
+</vector>