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

Commit

Permalink
Merge pull request #117 from mbertram/feature/npm-heroku-thumbs
Browse files Browse the repository at this point in the history
Add thumbnails for Heroku and npm
  • Loading branch information
flocke committed Jan 22, 2018
2 parents b218453 + 7ef9564 commit bba7c08
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
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>
13 changes: 13 additions & 0 deletions app/src/main/res/drawable/thumb_npm.xml
@@ -0,0 +1,13 @@
<?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="#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" />
<path
android:fillColor="#ffffff"
android:pathData="M37.238 37.106l123.52 0 0 123.512 -24.758 0 0 -97.76 -36.366 0 0 97.742 -62.4 0z" />
</vector>

0 comments on commit bba7c08

Please sign in to comment.