I create an Fragmentation view in which screen have an tray at bottom with
some button, and rest of area (content area) to draw other content based on
selection of tray button(same like TabViewActivty), in content area screen
have a grid of button(3 x 3).
now let's assume focus is at any left most button of content area, now if i
perform any keyboard-left event here then focus directly jump to
bottom-left item of tray.
Same thing didn't do any action on keyboard-right event, if focus is at any
right-most button ?
any idea why this happening, even same things working properly if I design
simple layout without use of fragmentation.