[Solved] style/Theme.NoTitleBar not found

서연주·2022년 7월 2일
0

Solution

목록 보기
6/7
<style name="LaunchTheme" parent="@android:style/Theme.NoTitleBar">
    <!-- Show a splash screen on the activity. Automatically removed when
        the Flutter engine draws its first frame -->
    <item name="android:windowBackground">@drawable/launch_background</item>
</style>

android/app/src/main/res/values/styles.xml에서

아래 코드의 1번 라인에서 parent를 @style/Theme.NoTItleBar에서 @android:style/Theme.NoTitleBar로 변경

References

profile
pizz@ttang

0개의 댓글