본문 바로가기
Android

안드로이드 어플 켜지기전에 로딩되는 하얀색화면 제거

by 일용직 코딩노동자 2019. 11. 20.
728x90
반응형
 <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>

	<!--추가-->
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowIsTranslucent">true</item>
    <!--추가-->    
    
    </style>

res - values - styles안에

 

그럼 앱이 켜지기전에 뜨던 보기싫은 하얀색 화면이 제거되고 바로 어플이 구동됩니다.

 

궁금하신 사항은 댓글 남겨주세요. 

728x90
반응형

댓글