Skip to content

Instantly share code, notes, and snippets.

@sergenes
Created June 21, 2021 16:28
Show Gist options
  • Select an option

  • Save sergenes/e543a42e3d68a50cf08cd25dd23f1a85 to your computer and use it in GitHub Desktop.

Select an option

Save sergenes/e543a42e3d68a50cf08cd25dd23f1a85 to your computer and use it in GitHub Desktop.
Column {
Row(){
...
}
if (type != RowType.BOTTOM && type != RowType.SINGLE) {
Divider(
modifier = Modifier
.padding(normalSpace, noSpace, normalSpace, noSpace),
color = Color.White,
thickness = dividerNormalThickness
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment