微修正
1 parent d29b8bc commit 00367a759b65aae7e27794f970d0b91cea23fec8
k-sakoda authored on 25 Jun
Showing 1 changed file
View
3
■■
app/src/main/java/com/example/citrusclient/views/MyBookshelfFragment.java
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
// Inflate the layout for this fragment
View rootView = inflater.inflate(R.layout.fragment_my_bookshelf_fragment, container, false);
 
return rootView;
return inflater.inflate(R.layout.fragment_my_bookshelf_fragment, container, false);
 
}