actionbar

Android

[Android] 액션바(actionBar) 제거하기

app > manifests > AndroidManifest.xml android:theme="@style/AppTheme" 아래와 같이 변경합니다. android:theme="@style/Theme.AppCompat.Light.NoActionBar"

com-l
'actionbar' 태그의 글 목록