RealmTest/app/src/main/res/layout/fragment_home.xml
2022-12-27 16:01:57 +08:00

12 lines
481 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.yanzhenjie.recyclerview.SwipeRecyclerView
android:id="@+id/home_message_recyclerview"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ui.home.HomeFragment"
>
</com.yanzhenjie.recyclerview.SwipeRecyclerView>