Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Add thumbnails for Heroku and npm #117

Merged
merged 3 commits into from Jan 22, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -44,6 +44,7 @@ public enum EntryThumbnails {
GoDaddy(R.drawable.thumb_godaddy),
Google(R.drawable.thumb_google),
HackerOne(R.drawable.thumb_hackerone),
Heroku(R.drawable.thumb_heroku),
HurricaneElectric(R.drawable.thumb_hurricane_electric),
Iconomi(R.drawable.thumb_iconomi),
IFTTT(R.drawable.thumb_ifttt),
Expand All @@ -58,6 +59,7 @@ public enum EntryThumbnails {
Mixer(R.drawable.thumb_mixer),
NextCloud(R.drawable.thumb_nextcloud),
Nintendo(R.drawable.thumb_nintendo),
NPM(R.drawable.thumb_npm),
Origin(R.drawable.thumb_origin),
Patreon(R.drawable.thumb_patreon),
PayPal(R.drawable.thumb_paypal),
Expand Down
14 changes: 14 additions & 0 deletions app/src/main/res/drawable/thumb_heroku.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="72"
android:viewportHeight="80"
android:width="72dp"
android:height="80dp">
<group
android:translateX="-36"
android:translateY="-36">
<path
android:pathData="M100.8 36L43.2 36C39.224 36 36 39.224 36 43.2l0 65.6c0 3.976 3.224 7.2 7.2 7.2l57.6 0c3.976 0 7.2 -3.224 7.2 -7.2l0 -65.6c0 -3.976 -3.224 -7.2 -7.2 -7.2zm-46.8 68l0 -16 9 8zm28 0l0 -23.89C81.961 78.243 81.062 76 77 76 68.866 76 59.742 80.091 59.651 80.132L54 82.692 54 48l8 0 0 22.711C65.994 69.411 71.577 68 77 68c4.945 0 7.905 1.944 9.517 3.575 3.441 3.48 3.488 7.913 3.483 8.425l0 24zm2 -43l-8 0c3.144 -4.125 5.118 -8.466 6 -13l8 0c-0.54 4.544 -2.382 8.9 -6 13z"
android:fillColor="#430098" />
</group>
</vector>
16 changes: 16 additions & 0 deletions app/src/main/res/drawable/thumb_npm.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="198dp"
android:height="198dp"
android:viewportHeight="198"
android:viewportWidth="198">
<path
android:fillColor="#ffffff"
android:pathData="M1.8104819 0L196.18952 0C197.19253 0 198 0.80747493 198 1.8104819L198 196.18952C198 197.19253 197.19253 198 196.18952 198L1.8104819 198C0.80747493 198 0 197.19253 0 196.18952L0 1.8104819C0 0.80747493 0.80747493 0 1.8104819 0Z"
android:strokeLineCap="butt"
android:strokeLineJoin="round"
android:strokeMiterLimit="4" />
<path
android:fillColor="#cb3837"
android:pathData="M0 198L0 0l198 0 0 198zm37.238 -160.894l0 123.494 62.4 0 0 -97.742 36.362 0 0 97.76 24.756 0 0 -123.512z" />
</vector>