Fix swapped colors in video and playlist thumbnails

This commit is contained in:
krlvm 2022-07-13 23:44:21 +03:00 committed by Stypox
parent 35eeccd45a
commit dff1adb1ad
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
6 changed files with 26 additions and 6 deletions

View file

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