forked from github/wulkanowy-mirror
7 lines
327 B
XML
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" />
|