-
Notifications
You must be signed in to change notification settings - Fork 0
loading
milan jurkulák edited this page Aug 29, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.components.tv/Loading
[androidJvm]\
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)