Android TableLayout Width

后端 未结 6 786
耶瑟儿~
耶瑟儿~ 2021-01-30 21:33

I have a two column TableLayout as the only child of a scroll view. The first column contains TextViews (\'labels\') and the second column contains

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 22:33

    Try this, make sure android:singleLine="false" and android:inputType="textMultiLine":

    
        
    
            
            
        
    
    

提交回复
热议问题