Advertisement
kusha45

Listview

Dec 20th, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.65 KB | None | 0 0
  1. xml:
  2. <TableRow android:layout_width="fill_parent"
  3.             android:layout_height="fill_parent"
  4.             android:id="@+id/trNewMessages">
  5.                
  6.                     <ListView
  7.                         android:id="@android:id/list"
  8.                         android:layout_height="600dp"
  9.                         android:layout_width="fill_parent">
  10.                     </ListView>
  11.                
  12.         </TableRow>
  13. <TableRow android:layout_width="fill_parent"
  14.             android:layout_height="fill_parent"
  15.             android:id="@+id/trPrevoiusMessages">
  16.                
  17.                     <ListView
  18.                         android:id="@android:id/list"
  19.                         android:layout_height="600dp"
  20.                         android:layout_width="fill_parent">
  21.                     </ListView>
  22.                
  23.         </TableRow>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement