wulkanowy-mod/app/src/main/res/layout/fragment_debug_notifications.xml
2021-06-21 10:29:04 +02:00

7 lines
327 B
XML

<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:listitem="@layout/item_debug_notifications" />