Advertisement
rama_astadipati

activity_berita

Sep 20th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. layout/activity_berita.xml
  2.  
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <LinearLayout
  5. xmlns:android="http://schemas.android.com/apk/res/android"
  6. xmlns:app="http://schemas.android.com/apk/res-auto"
  7. xmlns:tools="http://schemas.android.com/tools"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"
  10. android:orientation="vertical"
  11. tools:context=".activity.BeritaActivity">
  12.  
  13. <android.support.v7.widget.RecyclerView
  14. android:id="@+id/rvListBerita"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent" />
  17.  
  18. <TextView
  19. android:layout_width="match_parent"
  20. android:layout_height="match_parent"
  21. android:text="Testing halaman no"/>
  22.  
  23. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement