Android 5.0: how to change recent apps title color? -
i'm using appcompat , theme extending theme.appcompat.light.darkactionbar
.
when in android 5 lollipop , press recent apps button, app appears dark title instead of white title in actionbar.
when i'm inside app looks fine.
what can change title color in recent apps view?
edit: figured out if use darker colorprimary
, title becomes white. still need way force white title original color.
you can't force text color, auto generated (either white/black) based on colorprimary
color.
Comments
Post a Comment