tania
01/26/2017, 6:27 PM<item name="android:background">@color/lightBlue</item>
, but this color doesn't get applied. I've seen this issue elsewhere with anko too. The textColor
attribute doesn't apply a custom color, unless I set it to ContextCompat.getColor(ctx, R.color.lightBlue)
. Do you have any insight on this behavior? I'm not sure how to use the ContextCompat call in xml, if that is the issue.