Add placeholder lists in home and library

This commit is contained in:
CappielloAntonio 2021-08-17 14:46:10 +02:00
parent 501a7af61e
commit 5bec2e610e
17 changed files with 1021 additions and 114 deletions

View file

@ -37,6 +37,8 @@
<color name="white">#FFFFFF</color>
<color name="startTintColor">#3700B3</color>
<color name="startBackgroundTintColor">#f0f0f0</color>
<color name="starTintColor">#3700B3</color>
<color name="starBackgroundTintColor">#f0f0f0</color>
<color name="placeholderColor">#F1F3F4</color>
</resources>