스플래쉬 고돗 바꿔주기. 단색화면처리
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 |
이거하면됨.
안됨 ㅠ
댓글
댓글 쓰기