Updated on 2026-08-14

This commit is contained in:
Tangem 2021-10-06 22:15:59 +03:00
parent ca51d6803a
commit 3abd3268ff
34 changed files with 1166 additions and 523 deletions

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/white" />
<stroke
android:width="1dp"
android:color="#E2E2E2" />
<size
android:width="40dp"
android:height="40dp" />
</shape>