Is Snackbar supported by leanback support library for AndroidTv? I am currently using com.android.support:leanback-v17:23.1.1
and I would like to offer to user an option to continue video playback from where he left the app with a Snackbar with button.
Or is some similar UI dialog like pop up which would not overlay totally the screen?
The only solution which I know of would be to implement an overlaying fragment, but the question is: Are there some other options?