screen goes white before splash in android

前端 未结 2 1021
既然无缘
既然无缘 2020-12-22 06:11

I have tried with below code it is not working in design support



        
相关标签:
2条回答
  • 2020-12-22 06:42

    In Android studio 2.0 or above version it is happening because of instant run. by removing it from settings>Bulid, Execution, Deployment> Instant run and disable all the check boxes over there here is snapshot for the settings screen

    0 讨论(0)
  • 2020-12-22 06:55

    Use the following code in you styles.xml

     <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
    
    0 讨论(0)
提交回复
热议问题