(FIX #816) add thumbnail for Square Enix
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
c99e8b653c
commit
d536aca610
2 changed files with 13 additions and 0 deletions
|
@ -356,6 +356,7 @@ public class EntryThumbnail {
|
||||||
Sophos(R.drawable.thumb_sophos),
|
Sophos(R.drawable.thumb_sophos),
|
||||||
SourceForge(R.drawable.thumb_sourceforge),
|
SourceForge(R.drawable.thumb_sourceforge),
|
||||||
Sourcehut(R.drawable.thumb_sourcehut),
|
Sourcehut(R.drawable.thumb_sourcehut),
|
||||||
|
SquareEnix(R.drawable.thumb_squareenix),
|
||||||
Squarespace(R.drawable.thumb_squarespace),
|
Squarespace(R.drawable.thumb_squarespace),
|
||||||
Stack(R.drawable.thumb_stack),
|
Stack(R.drawable.thumb_stack),
|
||||||
StandardNotes(R.drawable.thumb_standardnotes),
|
StandardNotes(R.drawable.thumb_standardnotes),
|
||||||
|
|
12
app/src/main/res/drawable/thumb_squareenix.xml
Normal file
12
app/src/main/res/drawable/thumb_squareenix.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="85.43dp"
|
||||||
|
android:height="100dp"
|
||||||
|
android:viewportWidth="85.43"
|
||||||
|
android:viewportHeight="100.00">
|
||||||
|
<path
|
||||||
|
android:fillColor="#ed1c24"
|
||||||
|
android:pathData="m40.45,39.34h35.87v18.77h-35.87z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#000000"
|
||||||
|
android:pathData="M0,100H85.43V81.20h-63.28V17.05H84.51V0H0Z" />
|
||||||
|
</vector>
|
Loading…
Reference in a new issue