ConstraintLayout Treats Multiple Horizontal Chains Differently

后端 未结 3 1683
天命终不由人
天命终不由人 2021-01-24 09:34

I am attempting to set up what I thought should be a simple layout with a ConstraintLayout I have a series of text entries, with labels whose size can change from l

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-24 10:08

    Try it with Relative Layout

    
    
    
        
        
        
        
        
        
    
    

    Edit: This should be your basic structure for form, provided if ConstraintLayout is not the only option.

    • Just use Relative Layout, Table Layout is not necessary here
    • Set value for android:maxLength
    • For including more text-characters use MultiAutoCompleteTextView

提交回复
热议问题