TableLayout ScrollView Vertical & Horizontal

前端 未结 4 1334
一整个雨季
一整个雨季 2020-12-19 12:27

How we can setup ScrollView vertically & horizontally? I tried the below code, but it didn\'t work.



        
4条回答
  •  梦毁少年i
    2020-12-19 12:50

    Try using the android:orientation attribute. This can be used for horizontal or vertical: android:orientation="horizontal" or android:orientation="vertical".

    
    
          
          
    
    

提交回复
热议问题