Advertisement
Guest User

Untitled

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