parent
65380462fa
commit
2946cafe6c
2 changed files with 13 additions and 0 deletions
|
@ -91,6 +91,7 @@ public class EntryThumbnail {
|
|||
Github(R.drawable.thumb_github),
|
||||
Gitlab(R.drawable.thumb_gitlab),
|
||||
GoDaddy(R.drawable.thumb_godaddy),
|
||||
Gogs(R.drawable.thumb_gogs),
|
||||
Google(R.drawable.thumb_google),
|
||||
HackerOne(R.drawable.thumb_hackerone),
|
||||
Heroku(R.drawable.thumb_heroku),
|
||||
|
|
12
app/src/main/res/drawable/thumb_gogs.xml
Normal file
12
app/src/main/res/drawable/thumb_gogs.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="128dp"
|
||||
android:height="128dp"
|
||||
android:viewportWidth="33.866665"
|
||||
android:viewportHeight="33.86667">
|
||||
<path
|
||||
android:pathData="m13.7449,0.2434 l-0.9178,3.777a13.5663,13.5663 0,0 0,-5.0891 2.9564l-3.7016,-1.0852 -3.1517,5.4581 2.8065,2.6784a13.5663,13.5663 0,0 0,-0.324 2.9053,13.5663 13.5663,0 0,0 0.3488,2.9822l-2.7936,2.666 3.1512,5.4586 3.7305,-1.094a13.5663,13.5663 0,0 0,5.1077 2.943l0.9074,3.7341h6.3025l0.9178,-3.7765a13.5663,13.5663 0,0 0,5.0891 -2.9564l3.7016,1.0847 3.1517,-5.4581 -2.8065,-2.6779a13.5663,13.5663 0,0 0,0.324 -2.9058,13.5663 13.5663,0 0,0 -0.3493,-2.9817l2.7941,-2.6665 -3.1512,-5.4581 -3.7305,1.0935a13.5663,13.5663 0,0 0,-5.1072 -2.9425l-0.9074,-3.7347zM16.9338,6.8668c1.2089,0.007 2.4087,0.2267 3.5357,0.664 0.0822,0.0319 0.3168,0.1478 0.3168,0.1478 0.4646,0.2587 0.8277,0.7426 0.8284,1.2619 0.0001,0.8021 -0.6712,1.4522 -1.4986,1.4521 -0.2525,-0 -0.5007,-0.0618 -0.7219,-0.1798 -0.7874,-0.2931 -1.6201,-0.4456 -2.4603,-0.4506 -3.9605,0 -7.1711,3.2107 -7.1711,7.1711 0,3.9605 3.2107,7.1711 7.1711,7.1711 2.1186,-0.006 4.1261,-0.9492 5.4839,-2.5756l-3.8008,-2.1942c-0.4929,0.3469 -1.0803,0.5339 -1.6831,0.5349 -1.6217,-0 -2.9368,-1.3145 -2.9368,-2.9362 0,-1.6217 1.3151,-2.9362 2.9368,-2.9363 1.6217,0 2.9362,1.3146 2.9363,2.9363 -0.0002,0.0945 -0.0047,0.1891 -0.0139,0.2832l6.3293,3.6546c-0.3108,0.7216 -0.7046,1.4046 -1.1741,2.0345l-0.0527,0.0904 -0.0088,-0.005c-1.8969,2.5177 -4.8642,4.0021 -8.0166,4.0091 -5.5595,0.0001 -10.0661,-4.5071 -10.0661,-10.0666 -0.0001,-5.5595 4.5066,-10.0661 10.0661,-10.066z"
|
||||
android:strokeWidth="0.33798054"
|
||||
android:fillColor="#e2675c"
|
||||
android:strokeColor="#be3529"/>
|
||||
</vector>
|
Loading…
Reference in a new issue