Skip to content Skip to sidebar Skip to footer

Multiple Fragments In One Activity

The issue of many fragments in one activity has been covered here before, but I cannot seem to find a solution for my positioning problem. I want a horizontal scroll bar on top of

Solution 1:

I just updated the activity layout. The problem was caused by the weight values I was using. By going to 90 and 10 I got exactly what I wanted. All of the code above now works.


Post a Comment for "Multiple Fragments In One Activity"