Android ButterKnife无法绑定TabItem视图

时间:2018-08-18 12:13:10

标签: android butterknife

我对ButterKnife有问题。我的活动布局文件中有一个带有多个TabItems的TabLayout作为子项。在此TabLayout下,我得到了RecyclerView。我将这些观点与ButterKnife结合在一起。 RecyclerView的绑定工作正常,但对于TabItems,出现以下异常:

Required view 'ID_OF_MY_TAB_ITEM' with ID 2131296287 for field 'tabItem' was not found. If this view is optional add '@Nullable' (fields) or '@Optional' (methods) annotation.

视图不是可选的,因此用@nullable和@optional对其进行注释不是我的解决方案。在布局文件中正确设置了视图。

有人对TabItems和ButterKnife有类似的问题吗?

0 个答案:

没有答案
相关问题