Search code examples
androidandroid-studiobackground-color

Automatically Android Studio changes the background of every projects


I'm new into android! my question is about this : automatically Android Studio make the background of every projects to black. i have tried to change app theme , Colors & styles but it doesn't came back like previous one.

enter image description here

android studio version: 2.2.2.0 BuildTools version: 25.0.0


Solution

  • Its not the color of your app or project its the color of layout editor preview. try to run in emulator or real devices you will find it works perfect.

    another thing is as @maven provided the real cause in comment to change the view you may also follow that to change the theme of editor preview in android studio. And select any one you want by clicking on NoActionBar and select any light theme from holo or appcompact or mytheme as supposed your project theme.

    enter image description here