Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.45 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:tools="http://schemas.android.com/tools"
  3.    android:layout_height="wrap_content"
  4.    android:layout_width="match_parent"
  5.    android:orientation="vertical">
  6.  
  7.     <android.support.v7.widget.RecyclerView
  8.        tools:listitem="@layout/list"
  9.        android:id="@+id/list_dialog"
  10.        android:layout_height="0dp"
  11.        android:layout_width="0dp" />
  12.  
  13. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement