diff options
| author | Alberto Mac <alberto.duarte.delgado@pwc.com> | 2024-08-24 01:43:24 +0100 |
|---|---|---|
| committer | Alberto Mac <alberto.duarte.delgado@pwc.com> | 2024-08-24 01:43:24 +0100 |
| commit | 22cdfc32c66fe1b8ebd5362c4c318e3f8cb34d7d (patch) | |
| tree | 733ac4906aaba8470add3d2d0259deb21f475b7d /app/src/main/res/drawable/undo.xml | |
| parent | 853548225c4e2541841e7602d7fff2ed122ab455 (diff) | |
ui changes
Diffstat (limited to 'app/src/main/res/drawable/undo.xml')
| -rw-r--r-- | app/src/main/res/drawable/undo.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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> |