Button click in Android Fragment does not work

后端 未结 3 1848
终归单人心
终归单人心 2021-01-22 15:09

activity_main.xml



        
3条回答
  •  执笔经年
    2021-01-22 15:56

    You need to assign OnClickListener in fragment code to make it work. See Snicolas answer for the "why".

提交回复
热议问题