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

@ -6,8 +6,8 @@
<color name="ic_launcher_background">#CD201F</color>
<color name="placeholder_background">#6E6E6E</color>
<color name="placeholder_foreground">#F6F6F6</color>
<color name="placeholder_background">#999999</color>
<color name="placeholder_foreground">#6C6C6C</color>
<!-- Light Theme -->
<color name="light_background_color">#EEEEEE</color>