我的应用程序中有一个列表,它是作为一个AbsListView实现的,所以当我们在一个较小的屏幕(手机)上工作时,它是一个列表,而当我们在一个大屏幕(平板电脑)上时,它就是一个网格。一切都很好。现在,我想添加一个标题项,它与列表中的常规项完全不同--它有一个完全不同的xml文件。它总是清单上的第一项。// other adjustments to the regular layout
}
所以,这在常规列表中很好
在将google更新到23.2.0之后,这是以前支持libs版本中的问题(我记得是22+或23.1.0)。我有RecyclerView in SwipeRefreshLayout,在CoordinatorLayout中有AppBarLayout和CollapsingToolbarLayout。因此,当我现在没有完全展开CollapsingToolbarLayout并试图展开它时,swipeRefresh indicator就会出现,而不是展开CollapsingToolbarLa