windowBackground in Android 6 (Marshmallow)

后端 未结 4 1598
故里飘歌
故里飘歌 2021-01-04 03:59

I have defined a base style for my application with the following element:

@color/window_background         


        
4条回答
  •  伪装坚强ぢ
    2021-01-04 04:54

    If you're using Android Studio 1.4 or higher go to styles where your theme is located and click "Open Editor" in the upper right hand corner. Then change your window background there. It should be under "android:colorBackground"

提交回复
热议问题