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.
            Asked
            
        
        
            Active
            
        
            Viewed 1,779 times
        
    1
            
            
        
        spazm
        
- 4,399
 - 31
 - 30
 
        Arun Chand
        
- 384
 - 4
 - 18
 
1 Answers
0
            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.
        NIPHIN
        
- 1,071
 - 1
 - 8
 - 16
 
- 
                    I'm having this issue as well. I've included the helper and set it as the listener for the presenter but it hasn't resolved the problem. Is there more to this solution? – Redshirt Sep 15 '16 at 09:40
 - 
                    post your code in a question and link me to it. I"ll check and update you – NIPHIN Sep 16 '16 at 15:03
 - 
                    Thanks, I've asked the question here. http://stackoverflow.com/questions/39322391/leanback-detailsfragment-not-scrolling-as-expected I've linked the entire fragment source just in case. – Redshirt Sep 17 '16 at 20:07