Android TabWidget in Light theme

前端 未结 4 1795
生来不讨喜
生来不讨喜 2021-02-09 17:00

I have an application that targets the 1.5 framework and uses the default light theme. When using a tab widget with this theme, the tab images are barely visible, and the tab ca

4条回答
  •  借酒劲吻你
    2021-02-09 17:13

    A very simple way to solve the color/contrast problem in the layout:

    This sets the background of the TabWidget to black and adds a little padding so you have contrast with the tabs against the black background. Its not perfect, but works in 1.5, 2.2, light and dark theme.

提交回复
热议问题