Advertisement
kusha45

xml

Apr 19th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 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:layout_width="fill_parent"
  4. android:layout_height="fill_parent">
  5.  
  6. <com.google.android.maps.MapView
  7. android:layout_width="fill_parent"
  8. android:id="@+id/mapView"
  9. android:enabled="true"
  10. android:clickable="true"
  11. android:layout_height="fill_parent"
  12. android:apiKey = "0ivWPH2y_kS5cJykYUI5umkvrw3l2NQJyqun-xA" />
  13.  
  14. <LinearLayout android:id="@+id/zoom"
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:layout_alignParentBottom="true"
  18. android:layout_centerHorizontal="true">
  19.  
  20. <TextView android:text="TextView"
  21. android:id="@+id/text"
  22. android:textColor="#000000"
  23. android:layout_width="wrap_content"
  24. android:layout_height="wrap_content">
  25. </TextView>
  26.  
  27.  
  28. </LinearLayout>
  29.  
  30. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement