在activity的xml中无法通过findViewById属性获取Fragment
在activity的xml中无法通过findViewById属性获取Fragment
这个问题已经有了答案:
如何在活动xml中访问属性?
我想在片段中使用它。
例如:这是我的活动xml
我想在片段中找到ImageView的findViewByid
当我在寻找解决方案时,我得到了以下的答案:
TextView btn_back= (TextView) getView().findViewById(R.id.btn_back)
但是,不幸的是,它对我不起作用。
admin 更改状态以发布 2023年5月21日