Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <LinearLayout
  2. android:id="@+id/bill_bodylayout"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:layout_below="@+id/extra_info"
  6. android:orientation="horizontal">
  7.  
  8. <TableLayout
  9. android:id="@+id/particular_name"
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content">
  12.  
  13. </TableLayout>
  14.  
  15. <HorizontalScrollView
  16. android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:scrollbarSize="2dp"
  19. android:scrollbarStyle="outsideOverlay"
  20. android:scrollbarThumbHorizontal="@color/colorAccent"
  21. android:scrollbars="horizontal">
  22.  
  23. <TableLayout
  24. android:id="@+id/particular_info"
  25. android:layout_width="wrap_content"
  26. android:layout_height="wrap_content">
  27.  
  28. </TableLayout>
  29. </HorizontalScrollView>
  30.  
  31. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement