How to Change CardView background color from a theme
问题 In an app that has multiple themes, how would you change the background color of the CardView from the styles file? styles.xml <style name="AppTheme1" parent="Theme.AppCompat.Light.DarkActionBar"> <item name="colorPrimary">@color/colorPrimaryTheme1</item> <item name="colorPrimaryDark">@color/colorPrimaryDarkTheme1</item> <item name="colorAccent">@color/colorAccentTheme1</item> </style> <style name="AppTheme2" parent="Theme.AppCompat.Light.DarkActionBar"> <item name="colorPrimary">@color