Guest User

Untitled

a guest
Apr 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent" >
  4.  
  5. <com.google.android.gms.maps.MapView
  6. android:id="@+id/mapview"
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent">
  9.  
  10. </com.google.android.gms.maps.MapView>
  11. <RelativeLayout
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content">
  14. <android.support.v7.widget.RecyclerView
  15. android:layout_alignParentBottom="true"
  16. android:layout_alignParentRight="true"
  17. android:layout_width="match_parent"
  18. android:layout_height="150dp"
  19. android:id="@+id/item_picker">
  20.  
  21. </android.support.v7.widget.RecyclerView>
  22. </RelativeLayout>
  23. </RelativeLayout>
Add Comment
Please, Sign In to add comment