Skip to content

Instantly share code, notes, and snippets.

@NaturalizerINA
Created January 26, 2018 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NaturalizerINA/bfc97c033aeaa31ad53e996264aec9d6 to your computer and use it in GitHub Desktop.
Save NaturalizerINA/bfc97c033aeaa31ad53e996264aec9d6 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp"
android:background="#fff"
tools:context="com.mukminullah.recyclerview.MainActivity">
<android.support.v7.widget.RecyclerView
android:id="@+id/list_rv"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment