requestFeature() must be called before adding content
커스텀 타이틀 바를 사용하기 위해 requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); 호출했더니 생긴 에러 07-05 11:02:45.955: ERROR/AndroidRuntime(16969): Caused by: android.util.AndroidRuntimeException: requestFeature() must be called before adding content setContentView(R.layout.a_calendar); 전에 호출해준다.
프로그래밍/Android
2011. 7. 5. 11:27