I need to add a banner (that is not selectable or focusable) between two rows.
When I add it as an ImageView to FrameLayout xml, the view is in the background with the rows scrolling on top.
If I add the view to FrameLayout programmatically like this, the view is in the foreground with rows scrolling in the background.
I want the view to scroll with the rows.
If I create a custom FrameLayout and add the view would it scroll with the content? Or is there another way to achieve this?