Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
(FIX #839) add thumbnail for Wazir
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
  • Loading branch information
ziegenberg committed Jun 5, 2021
1 parent a0d5ebc commit 7818adc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ public enum EntryThumbnails {
Wallet(R.drawable.thumb_wallet),
Wargaming(R.drawable.thumb_wargaming),
Wasabi(R.drawable.thumb_wasabi),
Wazir(R.drawable.thumb_wazir),
WebDe(R.drawable.thumb_web_de),
Weclapp(R.drawable.thumb_weclapp),
Wikimedia(R.drawable.thumb_wikimedia),
Expand Down
18 changes: 18 additions & 0 deletions app/src/main/res/drawable/thumb_wazir.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="100dp"
android:height="85.43dp"
android:viewportWidth="100"
android:viewportHeight="85.43">
<path
android:fillColor="#3067f0"
android:pathData="M95.37,85.43l0,-10.65l-91.35,0l0,10.65z" />
<path
android:fillColor="#3067f0"
android:pathData="M4.14,63.42l18.39,-30.68l-22.53,-15.46z" />
<path
android:fillColor="#3067f0"
android:pathData="M100,18.46l-67.84,50.64l63.30,0z" />
<path
android:fillColor="#3067f0"
android:pathData="M71.25,31.78l-49.56,36.96l-13.65,0l25.18,-42.07l16.07,-26.67z" />
</vector>

0 comments on commit 7818adc

Please sign in to comment.