dividers between TabWidgets

前端 未结 5 1712
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-01 03:54

Is the android:divider attribute under the TabWidget working? I tried the Tab Layout tutorial from android just to test (http://developer.android.com/resources/tutorials/vi

5条回答
  •  暖寄归人
    2021-01-01 04:15

    I had the problem in ICS, where divider was visible. None of the solutions worked except for the following.

    
            
    

    Key line was android:showDividers="none"

提交回复
热议问题