Skip to content

Instantly share code, notes, and snippets.

@cp-radhika-s
Created September 8, 2022 17:24
Show Gist options
  • Save cp-radhika-s/943447f300bf431ba385422f8c59d7af to your computer and use it in GitHub Desktop.
Save cp-radhika-s/943447f300bf431ba385422f8c59d7af to your computer and use it in GitHub Desktop.
val context = LocalContext.current
val motionScene = remember {
context.resources
.openRawResource(R.raw.motion_scene)
.readBytes()
.decodeToString()
}
MotionLayout(
motionScene = MotionScene(content = motionScene),
) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment