Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created January 25, 2020 19:36
Show Gist options
  • Save zsoltk/9d0990be96741b03e8fab64f5b7ca26d to your computer and use it in GitHub Desktop.
Save zsoltk/9d0990be96741b03e8fab64f5b7ca26d to your computer and use it in GitHub Desktop.
@Composable
fun VisualDebug() {
// Wrapping it here for a visual clue
Surface(color = Color.LightGray) {
// From here on it's the same
Container(width = 200.dp, height = 200.dp) {
/* remainder omitted */
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment