Recycler view item fill up entire recycler view height after upgrading support library from “23.1.1” to “23.2.1”

后端 未结 7 2260
天命终不由人
天命终不由人 2020-12-24 06:28

Previously, I\'m using the following old support libraries \"23.1.1\".

compile \'com.android.support:appcompat-v7:23.1.1\'
compile \'com.android.support:supp         


        
7条回答
  •  甜味超标
    2020-12-24 06:49

    Just make row_layout height to wrap_content so it will take only row actual height space to all the items.

提交回复
热议问题