Guest User

xml

a guest
Mar 29th, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:id="@+id/LinearLayout1"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:orientation="vertical"
  7. tools:context=".PetaLokasi" >
  8. <Spinner
  9. android:id="@+id/spinnerBank"
  10. android:layout_width="fill_parent"
  11. android:layout_height="wrap_content"
  12. android:layout_marginBottom="10dp" />
  13. <fragment
  14. android:id="@+id/map"
  15. android:layout_width="match_parent"
  16. android:layout_height="wrap_content"
  17. class="com.google.android.gms.maps.SupportMapFragment" />
  18. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment