I've seen another issue regarding Search Button.
If I use your code for Custom Rows (that means, when useStandardAdapter = false & useStockBrowseFragment = false) and If I chose for HEADER_HIDDEN (browseFragment.setHeadersState(BrowseFragment.HEADERS_HIDDEN) or browseSupportFragment.setHeadersState(BrowseSupportFragment.HEADERS_HIDDEN)) on Main Screen, after that If I try to hide the Search button on Main Screen by just commenting browseSupportFragment.setOnSearchClickedListener(searchClickListener) or browseFragment.setOnSearchClickedListener(searchClickListener) .... then when you run the application, search icon will be focused first & then you can't move to your right side. I mean through remote control, you can't go to the items.
I've seen another issue regarding Search Button. If I use your code for Custom Rows (that means, when
useStandardAdapter = false
&useStockBrowseFragment = false
) and If I chose forHEADER_HIDDEN
(browseFragment.setHeadersState(BrowseFragment.HEADERS_HIDDEN)
orbrowseSupportFragment.setHeadersState(BrowseSupportFragment.HEADERS_HIDDEN))
on Main Screen, after that If I try to hide the Search button on Main Screen by just commentingbrowseSupportFragment.setOnSearchClickedListener(searchClickListener)
orbrowseFragment.setOnSearchClickedListener(searchClickListener)
.... then when you run the application, search icon will be focused first & then you can't move to your right side. I mean through remote control, you can't go to the items.