multiplatform: images and fonts (#2656)

* multiplatform: images and fonts

* update desktop app name and comment

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
Stanislav Dmitrenko
2023-07-05 12:16:43 +03:00
committed by GitHub
parent 5d9b6266ea
commit 313d3a732d
426 changed files with 707 additions and 2031 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<corners android:radius="18dp"/>
<solid android:color="@android:color/transparent"/>
<stroke
android:width="1dp"
android:color="#8b8786"/>
</shape>
</item>
</layer-list>