Advertisement
rizkipm

main

Oct 29th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
  3. android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
  4. android:paddingRight="@dimen/activity_horizontal_margin"
  5. android:paddingTop="@dimen/activity_vertical_margin"
  6. android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity">
  7.  
  8. <android.support.v4.view.ViewPager
  9. android:id ="@+id/pager"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"
  12. />
  13.  
  14.  
  15. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement