Slackbot
08/02/2023, 11:25 AMStylianos Gakis
08/02/2023, 11:29 AMStylianos Gakis
08/02/2023, 11:30 AMStylianos Gakis
08/02/2023, 11:31 AMStylianos Gakis
08/02/2023, 11:33 AMColumn {
LineWithText(filledCircle = true, text = "AED ...")
LineWithText(filledCircle = false, text = "AED ...")
}
Where LineWithText
would be responsible for drawing this part [pic] (Yes with the line cutoff like that)Stylianos Gakis
08/02/2023, 11:34 AM@Composable
fun LineWithText(
text: String,
isCircleFilled: Boolean,
hasPreviousItem: Boolean,
hasNextItem: Boolean,
)
Where the has[X]Item would control if the line is drawn above/below the circle tooStylianos Gakis
08/02/2023, 11:35 AMAdvitiay Anand
08/02/2023, 5:13 PMStylianos Gakis
08/02/2023, 6:29 PMyschimke
08/02/2023, 6:33 PMPushpal Roy
03/21/2024, 6:35 AM