Questions tagged [browsefragment]

The BrowseFragment class in the Leanback Support Library allows you to create a primary layout for browsing categories and rows of media items with a minimum of code.

21 questions
8
votes
4 answers

How to remove headers from BrowseFragment?

I am working on an android TV app and I am using the leanback library. I want to customize the app layout "BrowseFragment". I want to remove the header view and only display the card list "rows". Is it possible to do that or is there any other…
Billel Boumessaidia
  • 211
  • 1
  • 3
  • 11
6
votes
3 answers

Remove top margin from BrowseFragment in Android TV

How can I remove blank space, as shown in dotted box in below image from BrowseFragment. I managed to remove search button and title. Although, I also want to remove blank space and move video row at top of screen. Is there any way to do this? I…
Uniruddh
  • 4,427
  • 3
  • 52
  • 86
5
votes
1 answer

Custom TitleView with Description and Preview Image Android TV (FireTV)

I am trying to build my first Amazon Fire TV app using Android Lean back library. I want to customise the BrowseFragment to look like the image shown below. I tried setting a custom layout as below. @Override public View…
Nabeel K
  • 5,938
  • 11
  • 38
  • 68
3
votes
2 answers

Custom Headers for leanback BrowseFragment with PageRow

The code consists of a BrowseFragment that has multiple list rows associated to each header row, in reference to this code, i was able to implement it correctly using PageRow instead of…
nadine87
  • 500
  • 5
  • 17
3
votes
2 answers

AndroidTV - change color of rows header [BrowseFragment]

I found something similar in SO: android-tv Changing text color and font of browse fragment rows header Following topic answer I came up with this: