-1

"https://i.stack.imgur.com/SzjG3.png"

I want to know how do i change the background of the title in the actionbar? (All of the space that is white should be blue like the actionbar)

Daron
  • 113
  • 2
  • 13

1 Answers1

0

If you mean the Toolbar background color, use android:background on your layout XML. If you mean title font color, use android:textColorPrimary on your styles.xml file

Daniel Luque
  • 116
  • 1
  • 8