hellobenji

Results 1 issues of hellobenji

版本: implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4' 1. mainAdapter.setEmptyView(R.layout.emptyview); 该方式显示不生效 2.nestscrollview 嵌套recyclerview emptyview高度显示不对 空布局 ![image](https://user-images.githubusercontent.com/12913956/90015197-de5f7300-dcda-11ea-8549-ed3b9636a558.png) recyclerview ![image](https://user-images.githubusercontent.com/12913956/90015312-02bb4f80-dcdb-11ea-9f62-7e6965134d92.png) 最终显示效果,正常来说 是铺满屏幕才对 但是实际高度只有textview的高度 。如果textview 高度是100dp 那么empty只显示100dp