Advertisement
rama_astadipati

fragment_tab1

Sep 20th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. layout/fragment_tab1.xml
  2.  
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent">
  7.  
  8. <android.support.v7.widget.RecyclerView
  9. android:id="@+id/rv"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent">
  12.  
  13. </android.support.v7.widget.RecyclerView>
  14.  
  15. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement