feat: improved item placeholders

This commit is contained in:
Iván Ávalos 2023-09-07 19:48:03 -06:00
parent aa7872d030
commit 0c05b77849
No known key found for this signature in database
GPG key ID: AC47C0E4F348CE33
42 changed files with 223 additions and 44 deletions

View file

@ -0,0 +1,18 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:name="vector"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:name="path"
android:pathData="M 0 0 L 24 0 L 24 24 L 0 24 Z"
android:fillColor="?attr/colorSurfaceContainerHighest"
android:strokeWidth="1"/>
<path
android:name="path_1"
android:pathData="M 12.15 6.255 L 12.15 12.989 C 11.775 12.772 11.342 12.638 10.878 12.638 C 9.472 12.638 8.334 13.781 8.334 15.192 C 8.334 16.602 9.472 17.745 10.878 17.745 C 12.284 17.745 13.422 16.602 13.422 15.192 L 13.422 8.808 L 15.966 8.808 L 15.966 6.255 Z"
android:fillColor="?attr/colorOnSurfaceVariant"
android:strokeWidth="1"/>
</vector>