implement FlowWidget

This commit is contained in:
2026-05-06 00:24:56 +03:30
parent 367875f567
commit 805957119f
9 changed files with 1185 additions and 1 deletions

View File

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