Add digidentity
This commit is contained in:
parent
be187aa810
commit
44a443285c
2 changed files with 12 additions and 0 deletions
|
@ -77,6 +77,7 @@ public class EntryThumbnail {
|
|||
CozyCloud(R.drawable.thumb_cozycloud),
|
||||
Debian(R.drawable.thumb_debian),
|
||||
Degiro(R.drawable.thumb_degiro),
|
||||
Digidentity(R.drawable.thumb_digidentity),
|
||||
DigitalOcean(R.drawable.thumb_digital_ocean),
|
||||
Discord(R.drawable.thumb_discord),
|
||||
Discourse(R.drawable.thumb_discourse),
|
||||
|
|
11
app/src/main/res/drawable/thumb_digidentity.xml
Normal file
11
app/src/main/res/drawable/thumb_digidentity.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<vector android:height="128dp" android:viewportHeight="512"
|
||||
android:viewportWidth="512" android:width="128dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FF000000"
|
||||
android:pathData="M213,296l-96,95zM256,256h0.1"
|
||||
android:strokeColor="#00e864" android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" android:strokeWidth="25"/>
|
||||
<path android:fillColor="#FF000000"
|
||||
android:pathData="M256,63v135m0,116v135M63,256h135m116,0h135M119,119l96,96m82,82l96,96m0,-274l-96,96"
|
||||
android:strokeColor="#000" android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round" android:strokeWidth="25"/>
|
||||
</vector>
|
Loading…
Reference in a new issue