Add thumbnails for Heroku and npm
This commit is contained in:
parent
b21845374b
commit
e0e431f3b1
3 changed files with 29 additions and 0 deletions
|
@ -44,6 +44,7 @@ public class EntryThumbnail {
|
|||
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),
|
||||
|
@ -58,6 +59,7 @@ public class EntryThumbnail {
|
|||
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),
|
||||
|
|
14
app/src/main/res/drawable/thumb_heroku.xml
Normal file
14
app/src/main/res/drawable/thumb_heroku.xml
Normal file
|
@ -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
app/src/main/res/drawable/thumb_npm.xml
Normal file
13
app/src/main/res/drawable/thumb_npm.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="990dp"
|
||||
android:height="990dp"
|
||||
android:viewportHeight="990"
|
||||
android:viewportWidth="990">
|
||||
<path
|
||||
android:fillColor="#cb3837"
|
||||
android:pathData="M0 990L0 0l990 0 0 990zm186.19 -804.47l0 617.47 312 0 0 -488.71 181.81 0 0 488.8 123.78 0 0 -617.56z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M186.19 185.53l617.6 0 0 617.56 -123.79 0 0 -488.8 -181.83 0 0 488.71 -312 0z" />
|
||||
</vector>
|
Loading…
Reference in a new issue