오윤석

상단바 제거

...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
11 android:label="@string/app_name" 11 android:label="@string/app_name"
12 android:roundIcon="@mipmap/ic_launcher_round" 12 android:roundIcon="@mipmap/ic_launcher_round"
13 android:supportsRtl="true" 13 android:supportsRtl="true"
14 - android:theme="@style/AppTheme"> 14 + android:theme="@style/Theme.AppCompat.NoActionBar">
15 <activity android:name=".ui.SplashActivity" 15 <activity android:name=".ui.SplashActivity"
16 android:screenOrientation="fullSensor" 16 android:screenOrientation="fullSensor"
17 android:noHistory="true"> 17 android:noHistory="true">
......