friend's I have a task to place the horizontal scroll or swipe menu tabs in my application i did it where the appears top of the header,but my problem is to place the scroll menu has below the header
i have RelativeLayout where it contains two elements one after another,
TextView - for header
Gallery - for Scroll menu items
from the above code Gallery content been set from my activity,
- for example the output i'm getting
- looks, scroll menus(Gallery) - Header
- (text view defined the above layout)
========================================
- but i need it has
- Header (text view defined the above layout) -
- scroll menus(Gallery)
how can i get it.
thanks in advance.