Skip to content

Instantly share code, notes, and snippets.

@AsynctaskCoffee
Created September 16, 2019 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AsynctaskCoffee/337ee4cbdef7b00946ffbcfe92b35119 to your computer and use it in GitHub Desktop.
Save AsynctaskCoffee/337ee4cbdef7b00946ffbcfe92b35119 to your computer and use it in GitHub Desktop.
frameLayout = findViewById(R.id.frameLayout)
videoLayout = VideoLayout(this)
videoLayout.setGravity(VideoLayout.VGravity.centerCrop)
videoLayout.setIsLoop(true)
videoLayout.setPathOrUrl("loginvideotype3.mp4") // could be any video url
frameLayout.addView(videoLayout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment