ActionBar text color

后端 未结 24 2962
日久生厌
日久生厌 2020-11-22 05:31

how can I change the text color of the ActionBar? I\'ve inherited the Holo Light Theme, I\'m able to change the background of the ActionBar but I don\'t find out what is the

24条回答
  •  庸人自扰
    2020-11-22 06:24

    A nice solution is to user a SpannableStringBuilder and set the color that way. You can even use different colors on different parts of the string, add images etc.

    Tested with the new support library.

    See Android: Coloring part of a string using TextView.setText()?

提交回复
热议问题