Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:layout_margin="16dp">
  7.  
  8. <android.support.v4.view.ViewPager
  9. android:id="@+id/crime_view_pager"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"
  12. android:layout_weight="1">
  13. </android.support.v4.view.ViewPager>
  14.  
  15.  
  16. <Button
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"
  19. android:layout_alignParentBottom="true"
  20. android:text="foo"/>
  21.  
  22.  
  23. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement