Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:id="@+id/list"
  6. android:name="com.example.ItemFragment"
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent"
  9. android:layout_marginLeft="16dp"
  10. android:layout_marginRight="16dp"
  11. app:layoutManager="LinearLayoutManager"
  12.  
  13. tools:context="com.example.ItemFragment"
  14. tools:listitem="@layout/fragment_item" />
  15.  
  16. <android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
  17. xmlns:app="http://schemas.android.com/apk/res-auto"
  18. xmlns:tools="http://schemas.android.com/tools"
  19. android:id="@+id/list"
  20. android:name="com.embedtechnlogies.cameraposeguide.ItemFragment"
  21. android:layout_width="match_parent"
  22. android:layout_height="match_parent"
  23. android:layout_marginLeft="16dp"
  24. android:layout_marginRight="16dp"
  25. app:layoutManager="LinearLayoutManager"
  26.  
  27. tools:context="com.embedtechnlogies.cameraposeguide.ItemFragment"
  28. tools:listitem="@layout/fragment_item" />
  29.  
  30. <com.google.android.gms.ads.AdView
  31. android:id="@+id/adView1"
  32. ads:adSize="BANNER"
  33. ads:adUnitId="@string/banner_ad_unit_id"
  34. android:layout_width="wrap_content"
  35. android:layout_height="wrap_content"
  36. android:layout_alignParentBottom="true"
  37. android:layout_centerHorizontal="true"
  38. />
  39.  
  40. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement