Guest User

Untitled

a guest
Oct 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:id="@+id/subLayout"
  5. android:layout_width="wrap_content"
  6. android:layout_height="wrap_content" >
  7. <TableLayout
  8. android:id="@+id/insertion_point"
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent" >
  11. <TableRow
  12. android:id="@+id/mainContactLayout"
  13. android:layout_width="fill_parent"
  14. android:layout_height="wrap_content" >
  15. </TableRow>
  16. <TableRow
  17. android:id="@+id/mainItemLayout"
  18. android:layout_width="fill_parent"
  19. android:layout_height="wrap_content" >
  20. </TableRow>
  21. </TableLayout>
  22. </HorizontalScrollView>
Add Comment
Please, Sign In to add comment