Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <RelativeLayout>
  2. <ScrollView>
  3. <LinearLayout>
  4. <RelativeLayout>
  5. <LinearLayout>
  6.  
  7. </LinearLayout>
  8.  
  9. <LinearLayout>
  10.  
  11. </LinearLayout>
  12. </RelativeLayout>
  13. </LinearLayout>
  14. </ScrollView>
  15. <LinearLayout>
  16. TAB BAR
  17. </LinearLayout>
  18. </RelativeLayout>
  19.  
  20. <RelativeLayout
  21. android:layout_width="match_parent"
  22. android:layout_height="match_parent" >
  23.  
  24. <LinearLayout
  25. android:id="@+id/bottom_bar"
  26. android:layout_width="fill_parent"
  27. android:layout_height="wrap_content"
  28. android:orientation="vertical" />
  29.  
  30. <LinearLayout
  31. android:id="@+id/top_area"
  32. android:layout_width="fill_parent"
  33. android:layout_height="fill_parent"
  34. android:layout_above="@+id/bottom_bar"
  35. android:orientation="vertical" />
  36. </RelativeLayout>
  37.  
  38. <ScrollView
  39. android:id="@+id/scroller"
  40. android:layout_width="fill_parent"
  41. android:layout_height="fill_parent"
  42. android:layout_above="@+id/bottom_bar" >
  43. <LinearLayout
  44. android:id="@+id/top_area"
  45. android:layout_width="fill_parent"
  46. android:layout_height="fill_parent"
  47. android:orientation="vertical" />
  48. </ScrollView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement