add transfer recipt for bml and mib
Auto Tag on Version Change / check-version (push) Successful in 4s

This commit is contained in:
2026-05-15 16:38:15 +05:00
parent 00a5edf539
commit c4379c42c8
18 changed files with 1002 additions and 30 deletions
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#2E7D32"
android:centerColor="#43A047"
android:endColor="#66BB6A"
android:angle="315"
android:type="linear" />
</shape>
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="72dp"
android:height="72dp"
android:viewportWidth="100"
android:viewportHeight="100">
<!-- Circle outline -->
<path
android:pathData="M50,50 m-45,0 a45,45 0 1,0 90,0 a45,45 0 1,0 -90,0"
android:fillColor="#00000000"
android:strokeColor="#FFFFFF"
android:strokeWidth="4" />
<!-- Checkmark -->
<path
android:pathData="M27,50 L41,64 L73,33"
android:fillColor="#00000000"
android:strokeColor="#FFFFFF"
android:strokeWidth="6"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB