안녕하세요
fragment에 액션바를 제거 할려고 하는데 방법을 모르겠습니다.
구글링을 통하여 방법을 다 사용했지만 앱이 계속 중지되네요...
manifests 에 theme 부분 수정도 해봤습니다.
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen">
<!--android:theme="@style/AppTheme">-->
<activity android:name=".MainActivity">
Caused by: java.lang.NullPointerException
at com.example.park.pro.MainActivity.onCreate(MainActivity.java:29)
널 포인트 에러가 나와서 밑에처럼 했는데도 똑같이 앱이 종료됩니다...
방법이 없을까요?
