so I ran into another issue setting the title text color and that was requiring another actual color object, I didn't find a resource object that wasn't deprecated for that so I figured I would share this since it also works as a solution to my above issue
setTitleTextColor(resources.getColor(R.color.colorAccent, null))
the
resources.getColor
will return a color based on the resource.