Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <HorizontalScrollView
- android:id="@+id/horizontalView"
- android:layout_height="wrap_content"
- android:scrollbars="horizontal|vertical"
- android:layout_width="wrap_content"
- android:layout_marginTop="5dip">
- <TableLayout
- android:id="@+id/listConversation"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- </TableLayout>
- </HorizontalScrollView>
Advertisement
Add Comment
Please, Sign In to add comment