<style name="Theme.Toyproject004calculator.NoActionBar" parent="Theme.MaterialComponents.DayNight.NoActionBar"/>
//1.최상단에 style name을 그대로 가져오고 하단에 NoActionBar을 추가해 주었다.
//2.parent도 위에 상단에 있는 것처럼 "Theme.MaterialComponents.DayNight.DarkActionBar"
//에서 DarkActionBar를 NoActionBar으로 변경하였다.
android:theme="@style/Theme.Toyproject004calculator.NoActionBar"