(FIX #655) add thumbnail for AnyDesk

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2021-01-04 16:29:25 +01:00
parent e6a9079015
commit 19c3810dd4
2 changed files with 13 additions and 0 deletions

View file

@ -87,6 +87,7 @@ public class EntryThumbnail {
AngelList(R.drawable.thumb_angellist),
AnimeBytes(R.drawable.thumb_animebytes),
Anonaddy(R.drawable.thumb_anonaddy),
AnyDesk(R.drawable.thumb_anydesk),
Apache(R.drawable.thumb_apache),
Apple(R.drawable.thumb_apple),
Appveyor(R.drawable.thumb_appveyor),

View file

@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="71.33dp"
android:height="49.43dp"
android:viewportWidth="71.33"
android:viewportHeight="49.43">
<path
android:pathData="M60.38,24.71l-19.24,19.24l5.48,5.48l24.71,-24.72l-24.71,-24.71l-5.48,5.48z"
android:fillColor="#e74f3d" />
<path
android:pathData="M24.71,49.42l-24.71,-24.71l24.71,-24.71l24.71,24.71z"
android:fillColor="#e74f3d" />
</vector>