Rename buddy.xml to dummy_person.xml

This commit is contained in:
krlvm 2022-07-13 23:13:17 +03:00 committed by Stypox
parent 429f2536af
commit 35eeccd45a
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
14 changed files with 17 additions and 16 deletions

View file

@ -1,20 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M0,0 L24,0 L24,24 L0,24 z"
android:fillColor="@color/placeholder_foreground" />
<group android:scaleX="0.8333333"
android:scaleY="0.8333333"
android:translateX="2"
android:translateY="2">
<path
android:pathData="M12,12c2.21,0 4,-1.79 4,-4s-1.79,-4 -4,-4 -4,1.79 -4,4 1.79,4 4,4zM12,14c-2.67,0 -8,1.34 -8,4v2h16v-2c0,-2.66 -5.33,-4 -8,-4z"
android:fillColor="@color/placeholder_background" />
</group>
</vector>