| |
---|
| | @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); |
---|
| | |
---|
| | } |
---|
| | |
---|
| | |
---|
| |
---|
| | |
|