View with minHeight in ConstraintLayout

后端 未结 3 1332
天命终不由人
天命终不由人 2020-12-30 03:46

I have a ConstraintLayout inside a NestedScrollView. The ConstraintLayout contains a bunch of views but the last View can

3条回答
  •  难免孤独
    2020-12-30 04:13

    I am using com.android.support.constraint:constraint-layout:1.0.2 and this works for me:

    
    
        
    
            
    
        
    
    
    

提交回复
热议问题