i updating application use version 22.1.1 of android support library. application theme inherits theme.appcompat.light.darkactionbar.
it works fine, except texts white if textview style set 1 of predefined style. end white texts on light background (default background color). version 22.0.0, had no issue.
i tried follow in theme, not seem work:
<item name="android:textcolor">@color/black</item> <item name="android:textcolorprimary">@color/black</item> <item name="android:textcolorprimaryinverse">@color/black</item> moreover, actionmode has black background instead of white, used 22.0.0.
any idea on how change this?
i using theme attribute in theme set toolbar theme. that's mistake. toolbar theme has defined on toolbar tag directly.
for actionmode background color, looks taking profit of bug without knowing it.