I have a problem with compatibility with the following code
<style name="ExpandedAppbar" parent="@android:style/TextAppearance.Material.Title">
<item name="android:textColor">@color/colorPrimary</item>
<item name="android:textStyle">normal</item>
</style>
in specific with this part
parent="@ android: style / TextAppearance.Material.Title"
Since it was implemented in API 21, they have some replacement for API 19 that does not generate this incompatibility error.
Thanks. !!!!! c;