feat: Added Ubiquiti Networks logo
This commit is contained in:
parent
7fbd9869a6
commit
c0eee2f29c
2 changed files with 6 additions and 0 deletions
|
@ -147,6 +147,7 @@ public class EntryThumbnail {
|
|||
Twitch(R.drawable.thumb_twitch),
|
||||
Twitter(R.drawable.thumb_twitter),
|
||||
Ubisoft(R.drawable.thumb_ubisoft),
|
||||
UbiquitiNetworks(R.drawable.thumb_ubnt),
|
||||
UbuntuOne(R.drawable.thumb_ubuntu_one),
|
||||
VK(R.drawable.thumb_vk),
|
||||
Vultr(R.drawable.thumb_vultr),
|
||||
|
|
5
app/src/main/res/drawable/thumb_ubnt.xml
Normal file
5
app/src/main/res/drawable/thumb_ubnt.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<vector android:height="24dp" android:viewportHeight="256"
|
||||
android:viewportWidth="256" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#159eda" android:pathData="M0,0h256v256h-256z"/>
|
||||
<path android:fillColor="#fff" android:pathData="m57.653,48.14v8.963h8.969v-8.963zM210.933,48.176c-2.96,0 -5.442,2.322 -5.442,5.369 0,3.105 2.481,5.43 5.442,5.43 2.946,0 5.418,-2.325 5.418,-5.43 0,-3.047 -2.472,-5.369 -5.418,-5.369zM200.961,48.24c-40.617,0 -44.845,15.572 -44.845,30.446v85.284c0,4.412 -0.43,9.096 -1.323,13.689 21.535,-3.923 35.581,-17.239 42.689,-40.427l3.479,-11.337zM210.933,48.971c2.499,0 4.433,1.99 4.433,4.575 0,2.643 -1.935,4.635 -4.433,4.635 -2.525,0 -4.46,-1.993 -4.46,-4.635 0,-2.585 1.935,-4.575 4.46,-4.575zM208.828,50.414v6.308h0.981v-2.715h1.039l1.718,2.715h1.054l-1.803,-2.787c0.938,-0.101 1.658,-0.575 1.658,-1.715 0,-1.214 -0.707,-1.806 -2.207,-1.806zM209.81,51.205h1.299c0.666,0 1.386,0.13 1.386,0.969 0,0.996 -0.795,1.039 -1.661,1.039h-1.024zM84.55,57.103v8.866h8.975v-8.866zM75.638,66.066v8.86h8.863v-8.86zM93.525,70.496v8.872h8.969v-8.872zM57.658,72.668v73.081c0,36.335 26.603,63.647 71.653,63.647 0,0 -26.817,-14.78 -26.817,-45.425v-64.586h-8.969v33.05h-8.975v-19.756h-8.954v8.863h-8.975v-48.874zM84.607,81.652v8.866h8.866v-8.866zM75.638,94.952v8.869h8.869v-8.869zM200.958,138.296c-9.683,31.583 -32.22,45.642 -65.362,44.148 -11.963,-0.54 -21.161,-3.573 -28.29,-7.966 4.828,20.954 22.881,31.244 23.757,31.733l5.321,2.938c40.735,-2.723 64.574,-29.016 64.574,-63.399z"/>
|
||||
</vector>
|
Loading…
Reference in a new issue