(FIX #811) add thumbnail for Nord Services
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
6a9840c90c
commit
c99e8b653c
2 changed files with 10 additions and 0 deletions
|
@ -282,6 +282,7 @@ public class EntryThumbnail {
|
|||
NextDNS(R.drawable.thumb_nextdns),
|
||||
NexusMods(R.drawable.thumb_nexusmods),
|
||||
Nintendo(R.drawable.thumb_nintendo),
|
||||
Nord(R.drawable.thumb_nord),
|
||||
NoStarchPress(R.drawable.thumb_no_starch_press),
|
||||
NOYB(R.drawable.thumb_noyb),
|
||||
NPM(R.drawable.thumb_npm),
|
||||
|
|
9
app/src/main/res/drawable/thumb_nord.xml
Normal file
9
app/src/main/res/drawable/thumb_nord.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="100dp"
|
||||
android:height="79.51dp"
|
||||
android:viewportWidth="100"
|
||||
android:viewportHeight="79.51">
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M9.51,79.51A49.94,49.94 0,0 1,0 50.10C0,22.43 22.38,0 50,0 77.61,0 100,22.43 100,50.10c0,10.98 -3.53,21.15 -9.51,29.40L66.46,40.43 64.14,44.35 66.50,55.26 50,26.97 39.79,44.24 42.16,55.26 33.51,40.45 9.51,79.51Z" />
|
||||
</vector>
|
Loading…
Reference in a new issue