Android 3.0 ActionBar, changing colors

前端 未结 4 530
终归单人心
终归单人心 2020-12-14 11:57

How can I change the color of the underline beneath the tabs? It\'s currently the light blue, and I can\'t find any resources on how to change this for Android 3.0.

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-14 12:10

    None of these solutions worked for me. I changed the colors of my tabs as follows:

    This is in the themes.xml

    
    

    This is in styles.xml

    
    

    This should make your tabs green.

提交回复
热议问题