Reputation: 629
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
TextView - for header
Gallery - for Scroll menu items
from the above code Gallery content been set from my activity,
========================================
how can i get it.
thanks in advance.
Upvotes: 1
Views: 1404
Reputation: 3452
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
Upvotes: 1