Advertisement
Guest User

Untitled

a guest
Jun 27th, 2011
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
  4.     android:orientation="vertical" android:layout_width="fill_parent"
  5.     android:layout_height="fill_parent">
  6.    
  7.     <TableRow >
  8.  
  9.     <ListView android:id="@+id/list" android:layout_width="wrap_content"
  10.         android:layout_height="wrap_content" android:smoothScrollbar="true"
  11.         android:background="#ffffff" android:cacheColorHint="#ffffff"
  12.         android:fastScrollEnabled="false" android:clickable="true"
  13.         android:layout_weight="1"
  14.         android:layout_alignParentTop="true" android:layout_marginBottom="36dp" />
  15.        
  16.        
  17.     <com.google.android.maps.MapView
  18.         android:id="@+id/mapview" android:layout_width="fill_parent"
  19.         android:layout_height="fill_parent" android:clickable="true"
  20.         android:apiKey="0uZMgFMDqZETDVYg843CSoC8rHyuV01ypwz2C2Q"
  21.         android:layout_weight="1" />
  22.  
  23.  
  24.  
  25.     </TableRow>
  26.    
  27. </TableLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement