스플래쉬 고돗 바꿔주기. 단색화면처리

godot\platform\android\java\app\res\values


이 경로의


 <?xml version="1.0" encoding="utf-8"?>

<resources>

<!-- GodotAppMainTheme is auto-generated during export. Manual changes will be overwritten.

To add custom attributes, use the "gradle_build/custom_theme_attributes" Android export option. -->

<style name="GodotAppMainTheme" parent="@android:style/Theme.DeviceDefault.NoActionBar">

<item name="android:windowSwipeToDismiss">false</item>

<item name="android:windowIsTranslucent">false</item>

</style>


<!-- GodotAppSplashTheme is auto-generated during export. Manual changes will be overwritten.

To add custom attributes, use the "gradle_build/custom_theme_attributes" Android export option. -->

<style name="GodotAppSplashTheme" parent="Theme.SplashScreen">

<item name="android:windowSplashScreenBackground">#000000</item>

<item name="windowSplashScreenAnimatedIcon">@android:color/transparent</item>

<item name="postSplashScreenTheme">@style/GodotAppMainTheme</item>

<item name="android:windowIsTranslucent">false</item>

</style>

</resources>

<item name="android:windowSplashScreenBackground">#000000</item>

<item name="windowSplashScreenAnimatedIcon">@android:color/transparent</item>


이 부분을 바꿨는데 될라나.

이거하고 다시 제너레이트로 새로 뽑아


아 이거 바꿀 필요없네


키 (Key)값 (Value)
[splash]android:windowSplashScreenBackground#000000
[splash]windowSplashScreenAnimatedIcon@android:color/transparent

이거하면됨.





안됨 ㅠ

댓글

이 블로그의 인기 게시물

[코틀린] 고도용 안드로이드 플러그인 CameraX 기능파악을 위한 앱 실습 codelabs

일시정지에서 특정 노드만 사용되게 하고 싶다면 get_tree().paused=false

cpp 작업을 위한 비쥬얼스튜디오에서 고도프로젝트 열기