我想将所有与主题相关的xml代码移至撰写文件。有一个启动画面的xml代码,是否可以采用撰写样式?
<!-- Splash screen theme. -->
<style name="splashScreenTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@drawable/splash_screen</item>
</style>
@Composable
fun splashScreenTheme() {
}