Vertical TextView taking too much space in Android

后端 未结 11 1695
鱼传尺愫
鱼传尺愫 2021-02-01 04:02

I am trying to create something like the following using LinearLayout and TableLayout:

\"enter

11条回答
  •  执念已碎
    2021-02-01 04:40

    in .xml file just put

     
     android:layout_width="wrap content"
     android:layout_height="wrap content"
     android:rotation="270"
    
    

提交回复
热议问题