thelittlewozniak

Untitled

Jan 13th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.53 KB | None | 0 0
  1. <HorizontalScrollView
  2.                android:id="@+id/horizontalView"
  3.                android:layout_height="wrap_content"
  4.                android:scrollbars="horizontal|vertical"
  5.                android:layout_width="wrap_content"
  6.                android:layout_marginTop="5dip">
  7.                 <TableLayout
  8.                    android:id="@+id/listConversation"
  9.                    android:layout_width="match_parent"
  10.                    android:layout_height="match_parent">
  11.  
  12.                 </TableLayout>
  13.             </HorizontalScrollView>
Advertisement
Add Comment
Please, Sign In to add comment