Merge pull request #709 from endorama/add-terraform-cloud-thumb
EntryThumbnail: Add Terraform Cloud thumb
This commit is contained in:
commit
5aa218864e
2 changed files with 17 additions and 0 deletions
|
@ -335,6 +335,7 @@ public class EntryThumbnail {
|
|||
TeaHub(R.drawable.thumb_teahub),
|
||||
TeamViewer(R.drawable.thumb_teamviewer),
|
||||
Terminal(R.drawable.thumb_terminal),
|
||||
TerraformCloud(R.drawable.thumb_terraform_cloud),
|
||||
TeslaMotors(R.drawable.thumb_tesla_motors),
|
||||
TMobile(R.drawable.thumb_t_mobile),
|
||||
TransIP(R.drawable.thumb_transip),
|
||||
|
|
16
app/src/main/res/drawable/thumb_terraform_cloud.xml
Normal file
16
app/src/main/res/drawable/thumb_terraform_cloud.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="200dp"
|
||||
android:height="200dp"
|
||||
android:viewportWidth="200"
|
||||
android:viewportHeight="200">
|
||||
<path
|
||||
android:pathData="M 72.667 35.242 L 127.333 66.842 L 127.333 129.942 L 72.667 98.376 Z"
|
||||
android:fillColor="#5c4ee5"/>
|
||||
<path
|
||||
android:pathData="M 133.334 66.842 L 133.334 129.942 L 188 98.409 L 188 35.242 Z"
|
||||
android:fillColor="#4040b2"/>
|
||||
<path
|
||||
android:pathData="M 12 0.009 L 12 63.142 L 66.667 94.709 L 66.667 31.575 Z M 127.334 200.009 L 127.334 136.875 L 72.668 105.309 L 72.668 168.442 Z"
|
||||
android:fillColor="#5c4ee5"/>
|
||||
</vector>
|
Loading…
Reference in a new issue