Android Activity 시작 이 느 립 니 다.

1412 단어 android-uiandroidFAQ
현상.
Acitivity 가 시 작 된 후에 항상 검은색 배경 을 먼저 본 다음 에 화면 이 표 시 됩 니 다. 이렇게 하면 체험 이 좋 지 않 습 니 다.
솔 루 션 - 테마 수정


<application
        android:theme="@style/MyTheme"


<resources>
    
    <style name="MyTheme" parent="@android:style/Theme.Black.NoTitleBar">
        <item name="android:windowBackground">@android:color/white
    style>

참고:
http://www.eoeandroid.com/thread-153840-1-1.html

좋은 웹페이지 즐겨찾기