How to set RecyclerView Max Height

前端 未结 12 1639
陌清茗
陌清茗 2020-12-01 15:55

I want to set Max Height of RecylerView.I am able to set max height using below code.Below code makes height 60% of current screen.

     DisplayMetrics displ         


        
12条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-01 16:14

    I think this will work at least it worked for me

    
            
            
                
    

    You can change the constraintHeight_max and constraintHeight_min according to your needs.

提交回复
热议问题