Advertisement
Guest User

activity_bersangkutan

a guest
May 31st, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:paddingBottom="@dimen/activity_vertical_margin"
  7. android:paddingTop="@dimen/activity_vertical_margin"
  8. android:background="#E0E0E0"
  9. tools:context="com.example.novi.visitkuningan.fragment.obyek_wisata">
  10. <android.support.v7.widget.RecyclerView
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:id="@+id/recycler_view_obyek_wisata"
  14. android:scrollbars="vertical"
  15. android:padding="2dp"
  16. android:layout_margin="5dp"/>
  17. <LinearLayout
  18. android:id="@+id/ll_obyek"
  19. android:layout_width="match_parent"
  20. android:layout_height="wrap_content"
  21. android:gravity="center"
  22. android:orientation="vertical">
  23. </LinearLayout>
  24. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement