Night Mode color is not applying to the recycler view background
问题 I want to implement night mode for my android app so I have used Theme.AppCompat.DayNight theme for implementing Night Mode. But I have to customize the color of the Toolbar and recycler view during the Night Mode. For that, I have declared the attribute in the attrs.xml file and use that attribute as a background in the recyclerview. Here is the attrs.xml file <?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="ds"> <attr name="rv_color" format="color"/> </declare