You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In style.xml I have: <style name="daycall" parent="CardView"> <item name="cardBackgroundColor">#777777</item> </style> <style name="daypass" parent="CardView"> <item name="cardBackgroundColor">#AAAAAA</item> </style>
In my onBindViewHolder for RecyclerView I use: holder.timingClass.style(R.style.daypass)
However the changes do not apply, no background color for the card view is actioned. Is this a known problem?
The text was updated successfully, but these errors were encountered:
In style.xml I have:
<style name="daycall" parent="CardView"> <item name="cardBackgroundColor">#777777</item> </style> <style name="daypass" parent="CardView"> <item name="cardBackgroundColor">#AAAAAA</item> </style>
In my onBindViewHolder for RecyclerView I use:
holder.timingClass.style(R.style.daypass)
However the changes do not apply, no background color for the card view is actioned. Is this a known problem?
The text was updated successfully, but these errors were encountered: