Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. android:orientation="vertical"
  4. xmlns:android="http://schemas.android.com/apk/res/android"
  5. xmlns:app="http://schemas.android.com/apk/res-auto"
  6. xmlns:tools="http://schemas.android.com/tools"
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent"
  9. tools:context="com.shashank.crud.ListActivity">
  10. <android.support.v7.widget.RecyclerView
  11. android:id="@+id/list"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"/>
  14.  
  15.  
  16. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement