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:
parent
0928add36b
commit
d0788550ba
5 changed files with 7 additions and 30 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue