This commit is contained in:
Fuchimoto1234 2024-01-17 12:41:31 +09:00
parent 20d30e338e
commit 5160411c76
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ public class HomeTopFragment extends Fragment {
Log.d("docs", Integer.toString(metas.size()));
RecyclerView recyclerView = view.findViewById(R.id.recycler_view);
RecyclerView recyclerView = view.findViewById(R.id.item_recycler_view);
recyclerView.setLayoutManager(new LinearLayoutManager(getContext()));

View File

@ -11,7 +11,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:id="@+id/item_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent">