Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 432 Bytes

Readme.md

File metadata and controls

11 lines (7 loc) · 432 Bytes

##TVDialog Android TV introduced the leanback library and at io 2015 they added the GuidedStepFragment. This makes a more intuitive layout for things like dialogs on TV. below is a simple class I made that uses a GuidedStepFragment to replace dialogs on TV.

##Before: Native Dialog

##After: TV Dialog