Skip to content

loading

milan jurkulák edited this page Aug 29, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.ui.components.tv/Loading

Loading

[androidJvm]\

@Composable

fun Loading(modifier: Modifier = Modifier, backgroundColor: Color = Color.Black, shape: Shape = RectangleShape, text: Any? = R.string.msg_loading, textColor: Color = Color.White, textSize: TextUnit = 20.sp, textStyle: TextStyle = MaterialTheme.typography.headlineMedium, contentAlignment: Alignment = Alignment.Center)

Clone this wiki locally