Reputation: 29
We are developing the one Android TV application using Leanback library and we wanted to design the Top navigation menu bar instead of the default Left side Menu bar provided by Leanback design.
It is possible to create Top Navigation Menu bar using Leanback library.
Please find the sample image for what I am trying to achieve. https://www.firesticktricks.com/wp-content/uploads/2018/05/sling-tv-firestick-11.jpg
Upvotes: 1
Views: 2058
Reputation: 1148
Take a look at this repo on github. Link here - TVLeanBackApp. It has top horizontal navigation and refreshes RowsFragment on selection. Customise it as per your needs.
Upvotes: 1