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 tried setting following in my AppTheme, but I doubt it helps:
<item name="browseRowsMarginTop">0dp</item>
<item name="browsePaddingTop">0dp</item>

You can do this using it's
dimens.xmlwhich is provided inv17 Lean Backlibrary.Go to your
sdk->extras->android->support->v17->leanback->res->values.From their copy
dimens.xmlfile into your current leanback projectvaluesfolder.Now you have the
dimens.xmlfile inside your projectvaluesfolder.Open that file and find below
dimen.You will get the rows up in
Browse Fragment.