Skip to content

Instantly share code, notes, and snippets.

@nutchy
Created October 15, 2017 18:52
Show Gist options
  • Save nutchy/fdd3fd2d5f407b718823db2e99f6d1be to your computer and use it in GitHub Desktop.
Save nutchy/fdd3fd2d5f407b718823db2e99f6d1be to your computer and use it in GitHub Desktop.
[MyLazyInstagram] - rc_user_detail.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/rc_user"
android:layout_width="match_parent"
android:layout_height="wrap_content"></android.support.v7.widget.RecyclerView>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment