Whenever I create a new layout file in my android studio project, it’s default background color is always black and I have to use android:background="#FFF"
to change it’s color to white. But this creates a lot of challenges while designing.
Does anyone have a fix?