Skip to content

Instantly share code, notes, and snippets.

@nutchy
Created October 16, 2017 04:12
Show Gist options
  • Save nutchy/7421355d59c4e1da90006ad7b109622d to your computer and use it in GitHub Desktop.
Save nutchy/7421355d59c4e1da90006ad7b109622d to your computer and use it in GitHub Desktop.
[MyLazyInstagram] - lazyinstagram_main.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="match_parent"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/main_recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment