Files
BisaUMKM/app/src/main/res/layout/fragment_cancellation.xml
2025-04-24 01:21:37 +07:00

7 lines
316 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/rv_cancellation"
android:layout_width="match_parent"
android:layout_height="match_parent"/>