New thumbnail: Airbrake
This commit is contained in:
parent
a51db5ed0a
commit
c241e72923
2 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,7 @@ public class EntryThumbnail {
|
|||
Default(R.mipmap.ic_launcher_round),
|
||||
OnePassword(R.drawable.thumb_1password),
|
||||
Adobe(R.drawable.thumb_adobe),
|
||||
Airbrake(R.drawable.thumb_airbrake),
|
||||
Amazon(R.drawable.thumb_amazon),
|
||||
AmazonWebServices(R.drawable.thumb_amazonwebservices),
|
||||
AngelList(R.drawable.thumb_angellist),
|
||||
|
|
4
app/src/main/res/drawable/thumb_airbrake.xml
Normal file
4
app/src/main/res/drawable/thumb_airbrake.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<vector android:viewportWidth="256" android:viewportHeight="256"
|
||||
android:width="256dp" android:height="256dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#f58c54" android:pathData="M127.874 0l124.876 64 0 128L127.875 256 3 192 3 64 127.874 0Zm-15.087 136.526l11.185 -29.77c2.384 -6.52 5.136 -17.727 5.136 -17.727l0.364 0c0 0 2.75 11.206 5.136 17.728l11.183 29.769 -33.004 0zm-43.273 48.498l14.484 0c9.17 0 12.286 -2.174 15.22 -9.7l8.069 -20.737 44.004 0 8.07 20.736c2.935 7.527 6.233 9.701 15.403 9.701l14.303 0 0 -18.562 -2.936 0c-3.115 0 -4.585 -0.67 -5.681 -3.68l-38.507 -96.496 -25.123 0 -38.69 96.496c-1.099 3.01 -2.564 3.68 -5.684 3.68l-2.933 0 0 18.562z" />
|
||||
</vector>
|
Loading…
Reference in a new issue