diff options
author | Marvin Borner | 2018-09-05 16:17:33 +0200 |
---|---|---|
committer | Marvin Borner | 2018-09-05 16:17:33 +0200 |
commit | c6647c0a6b136de1d369f9e629d47c36e20c4ea7 (patch) | |
tree | c15fd868553a3f408edff47bbffde40ba8df0cb2 /app/src/main/res/drawable/ic_account_circle.xml | |
parent | 490301517dd5c48be4292b8dd9046a88b27a086c (diff) |
Applied code convention guidelines :wrench: :truck:
Diffstat (limited to 'app/src/main/res/drawable/ic_account_circle.xml')
-rw-r--r-- | app/src/main/res/drawable/ic_account_circle.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_account_circle.xml b/app/src/main/res/drawable/ic_account_circle.xml new file mode 100644 index 0000000..6e8924c --- /dev/null +++ b/app/src/main/res/drawable/ic_account_circle.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportHeight="24.0" + android:viewportWidth="24.0"> + <path + android:fillColor="#FF000000" + android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,5c1.66,0 3,1.34 3,3s-1.34,3 -3,3 -3,-1.34 -3,-3 1.34,-3 3,-3zM12,19.2c-2.5,0 -4.71,-1.28 -6,-3.22 0.03,-1.99 4,-3.08 6,-3.08 1.99,0 5.97,1.09 6,3.08 -1.29,1.94 -3.5,3.22 -6,3.22z" /> +</vector> |