Improve image placeholders
- Show placeholders until the image is loaded because timeout can be very long and missing profile pictures and video thumbnails make app inconvenient to use - Adapt profile picture and video thumbnail placeholders to light theme - Replace profile picture and video thumbnail placeholders with vector graphics
This commit is contained in:
parent
067239b4f7
commit
175459cd4f
19 changed files with 125 additions and 81 deletions
|
|
@ -6,6 +6,9 @@
|
|||
|
||||
<color name="ic_launcher_background">#CD201F</color>
|
||||
|
||||
<color name="placeholder_background">#F6F6F6</color>
|
||||
<color name="placeholder_foreground">#6E6E6E</color>
|
||||
|
||||
<!-- Light Theme -->
|
||||
<color name="light_background_color">#EEEEEE</color>
|
||||
<color name="light_dialog_background_color">#EEEEEE</color>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue