how to set setContentView in fragment

前端 未结 4 498
慢半拍i
慢半拍i 2021-01-27 05:37

I am trying to call a library in a fragment but dont know how to set it in a fragment I have done it in the main activity but I am getting an error in setting the setContentVie

4条回答
  •  误落风尘
    2021-01-27 06:17

    If you need just aboutPage than change the return statement to return aboutPage;

提交回复
热议问题