How to get rid of horizontal scroll bar in tabhost?

后端 未结 2 1880
渐次进展
渐次进展 2020-12-10 20:27

I want to get rid of horizontal scroll bar in TabHost. It\'s there even if TabWidget is on top.

Below is my xml layout.



        
2条回答
  •  离开以前
    2020-12-10 21:12

    Putting this worked for me in the frame layout:

    android:foreground="@null"
    android:layout_marginTop="-6dp"
    

提交回复
热议问题