add complaint (in dialog)

This commit is contained in:
shaulascr
2025-04-20 22:31:01 +07:00
parent 8d13991e83
commit ec0e5801f3
11 changed files with 521 additions and 18 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="2dp"
android:color="#BCBCBC"
android:dashWidth="10dp"
android:dashGap="6dp" />
<corners android:radius="8dp" />
<solid android:color="#F5F5F5" />
</shape>