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/dots.xml | |
| parent | 853548225c4e2541841e7602d7fff2ed122ab455 (diff) | |
ui changes
Diffstat (limited to 'app/src/main/res/drawable/dots.xml')
| -rw-r--r-- | app/src/main/res/drawable/dots.xml | 9 |
1 files changed, 9 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> |