Skip to content

Instantly share code, notes, and snippets.

@Mustufa786
Created August 5, 2019 06:01
Show Gist options
  • Save Mustufa786/a7d7b494b0ef8d245687b5d0af7b0237 to your computer and use it in GitHub Desktop.
Save Mustufa786/a7d7b494b0ef8d245687b5d0af7b0237 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<layout>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<android.support.v7.widget.RecyclerView
tools:itemCount="5"
tools:listitem="@layout/item_list"
android:id="@+id/myList"
android:layout_width="match_parent"
android:layout_height="match_parent">
</android.support.v7.widget.RecyclerView>
</RelativeLayout>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment