Skip to content

Commit 4d58026

Browse files
committed
Improve placeholder thumbnail SVGs and remove theme customization
Theme customization does not seem to work well with Picasso: square/picasso#1275
1 parent 7b9b921 commit 4d58026

5 files changed

Lines changed: 7 additions & 30 deletions

File tree

app/src/main/res/drawable-night/dummy_person.xml

Lines changed: 0 additions & 20 deletions
This file was deleted.

app/src/main/res/drawable/dummy_thumbnail.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
android:viewportHeight="24">
66
<path
77
android:pathData="M0,0h24v24h-24z"
8-
android:fillColor="@color/placeholder_foreground" />
9-
<path
10-
android:pathData="M15,11.9023L12.2188,13.3828L9.0898,15L9.0273,12.1641L9,9L11.8477,10.3555ZM15,11.9023"
118
android:fillColor="@color/placeholder_background" />
9+
<path
10+
android:pathData="M15,12L9,15L9,9"
11+
android:fillColor="@color/placeholder_foreground" />
1212
</vector>

app/src/main/res/drawable/dummy_thumbnail_playlist.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
android:pathData="M0,0h24v24h-24z"
88
android:fillColor="@color/placeholder_background" />
99
<path
10-
android:pathData="M13.8008,11.9023L11.0156,13.3828L7.8906,15L7.8281,12.1641L7.8008,9L10.6484,10.3555ZM13.8008,11.9023"
10+
android:pathData="M13,12L8,15L8,9"
1111
android:fillColor="@color/placeholder_foreground" />
1212
<path
13-
android:pathData="M16.8008,11.9023L14.0156,13.3828L10.8906,15L10.8281,12.1641L10.8008,9L13.6484,10.3555ZM16.8008,11.9023"
13+
android:pathData="M16,12L11,15L11,9"
1414
android:fillColor="@color/placeholder_foreground" />
1515
</vector>

app/src/main/res/values-night/colors.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
<resources>
33
<color name="contrastColor">@color/white</color>
44
<color name="defaultIconTint">@color/white</color>
5-
6-
<color name="placeholder_background">#6C6C6C</color>
7-
<color name="placeholder_foreground">#999999</color>
85
</resources>

app/src/main/res/values/colors.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<color name="ic_launcher_background">#CD201F</color>
88

9-
<color name="placeholder_background">#6E6E6E</color>
10-
<color name="placeholder_foreground">#F6F6F6</color>
9+
<color name="placeholder_background">#999999</color>
10+
<color name="placeholder_foreground">#6C6C6C</color>
1111

1212
<!-- Light Theme -->
1313
<color name="light_background_color">#EEEEEE</color>

0 commit comments

Comments
 (0)