maxHeight does not work on RecyclerView

前端 未结 5 1538
情书的邮戳
情书的邮戳 2021-01-02 09:48

I\'ve a DialogFragment.

Layout:




        
5条回答
  •  天涯浪人
    2021-01-02 10:01

    I just really struggled with this. beware if you are using androidx a few things are different: - first of all use the latest dependency, Im using implementation "androidx.constraintlayout:constraintlayout:2.0.0-beta4" - second mind that in androidx the tags are a bit different

    
    
    
        
    
    
    

    this is what finally worked for me.

提交回复
热议问题