Dark theme android app
问题 I'm trying to create a dark theme similar to the one in OxygenOS on OnePlus devices. I changed the window background to black but the problem is the action bar is not becoming pure black. <style name="DarkTheme" parent="Theme.AppCompact"> <item name="android:colorPrimary">@color/black</item> <item name="android:colorPrimaryDark">@color/black</item> <item name="android:textColorPrimary">@color/white</item> <item name="android:colorAccent">@color/white</item> <item name="android:color">@color