Looking for a universal TabHost style that will work on Android, HTC Sense, Samsung, etc. skins

前端 未结 2 1529
礼貌的吻别
礼貌的吻别 2021-01-02 12:12

The default style for the Android TabHost works fine for straight Android systems. However, on HTC Sense, they use dark text on a dark background, which is unreadable.

2条回答
  •  伪装坚强ぢ
    2021-01-02 12:57

    After some research I think the best option would be to use ActionBar's tabbed interface since it looks much more easier to style. The ActionBarSherlock provides compatibility layer for ActionBar for devices starting from Android 1.6. Here you can look at examples on what you can get using the library.

提交回复
热议问题