I am developing a Android Tv application using lean-back
library. I am losing focus when pressing down in DPAD
. Description is not seeing completely. First Focus going to Action Row and then navigate to the last Row . How to give focus to the description ? I am using FullWidthDetailsOverviewRowPresenter
and DetailsDescriptionPresenter
for the Details page.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
you should use FullWidthDetailsOverviewSharedElementHelper and assign it as listener to FullWidthDetailsOverviewRowPresenter . The trick is to change focus by changing the position of the thumbnail image in details view.