mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 10:23:33 +00:00
feat: improved item placeholders
This commit is contained in:
parent
aa7872d030
commit
0c05b77849
42 changed files with 223 additions and 44 deletions
18
app/src/main/res/drawable/ic_song_placeholder.xml
Normal file
18
app/src/main/res/drawable/ic_song_placeholder.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue