如何在撰写theme.kt文件上创建启动画面主题

时间:2020-10-04 07:45:08

标签: android android-theme android-jetpack-compose

我想将所有与主题相关的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() {

}

0 个答案:

没有答案