fix dashboard bills display and add payment support

This commit is contained in:
2025-07-26 14:27:49 +05:00
parent f62f867d56
commit d39bd62c6d
19 changed files with 1121 additions and 22 deletions

View File

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