Improve placeholder thumbnail SVGs and remove theme customization

Theme customization does not seem to work well with Picasso: square/picasso#1275
This commit is contained in:
Stypox 2022-07-14 10:56:28 +02:00
parent 0928add36b
commit d0788550ba
5 changed files with 7 additions and 30 deletions

View file

@ -5,8 +5,8 @@
android:viewportHeight="24">
<path
android:pathData="M0,0h24v24h-24z"
android:fillColor="@color/placeholder_foreground" />
<path
android:pathData="M15,11.9023L12.2188,13.3828L9.0898,15L9.0273,12.1641L9,9L11.8477,10.3555ZM15,11.9023"
android:fillColor="@color/placeholder_background" />
<path
android:pathData="M15,12L9,15L9,9"
android:fillColor="@color/placeholder_foreground" />
</vector>

View file

@ -7,9 +7,9 @@
android:pathData="M0,0h24v24h-24z"
android:fillColor="@color/placeholder_background" />
<path
android:pathData="M13.8008,11.9023L11.0156,13.3828L7.8906,15L7.8281,12.1641L7.8008,9L10.6484,10.3555ZM13.8008,11.9023"
android:pathData="M13,12L8,15L8,9"
android:fillColor="@color/placeholder_foreground" />
<path
android:pathData="M16.8008,11.9023L14.0156,13.3828L10.8906,15L10.8281,12.1641L10.8008,9L13.6484,10.3555ZM16.8008,11.9023"
android:pathData="M16,12L11,15L11,9"
android:fillColor="@color/placeholder_foreground" />
</vector>