【发布时间】:2017-08-25 10:24:03
【问题描述】:
我已成功将findViewByIds 替换为 Butterknife 库。
不幸的是,出现了一个问题:
final Button btnPopup = (Button) popupView.findViewById(R.id.btn_popup); //popupView.findViewById(...) problem!!!
如何在 Butterknife 中更改这行代码:Butterknife.bind(this); 占用整个活动 Views
【问题讨论】:
标签: android findviewbyid butterknife