不要なものを削除
1 parent 85dab66 commit d0a5c93d835ce5a144176a80fbf5e22b64a3e513
k-sakoda authored on 2 Jul
Showing 1 changed file
View
2
■■■
app/src/main/java/com/example/citrusclient/views/MyBookshelfFragment.java
String token = citrus.getToken();
String accountId = citrus.getAccountId();
 
bookList = new ArrayList<>();
bookList.add(new Book("a", 1, "a", true, "#ff0000"));
// bookList.add(new Book("a", 1, "a", true, "#ff0000"));
 
RecyclerView recyclerView = view.findViewById(R.id.my_books_list);
recyclerView.setHasFixedSize(true);
RecyclerView.LayoutManager layoutManager = new GridLayoutManager(view.getContext(), 2);