Updated on 2026-08-14

This commit is contained in:
Tangem 2022-02-18 12:42:00 +03:00
parent 304bc23a3c
commit 20421a758c
45 changed files with 1599 additions and 10 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/backgroundGray" />
<corners android:radius="4dp" />
</shape>