I know that I can assign background color to individual views in layout.xml
files. The bg color of a root layout of, say, Activity
is effectively the background color of this activity. But is there a way to set this color globally to the whole application so that all activities and fragments get it automatically? I'm using the Theme.AppCompat
theme.
Or am I not supposed to alter the default grey color at all?