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.
If you had read at least one time the documentation (the same way for what Maragues said, please mark question as answered when they are otherwise people will not answer you anymore) you should have seen that there are xml attributes to RelativeLayouts like android:layout_below …
Check this link