关于ScrollView嵌套RecyclerView显不全的解决
2017-07-20 本文已影响0人
four_k
在RecyclerView外嵌套多一层 RelativeLayout并设置RelativeLayout的descendantFocusability属性blockDescendants就可以完美解决。
在RecyclerView外嵌套多一层 RelativeLayout并设置RelativeLayout的descendantFocusability属性blockDescendants就可以完美解决。