Skip to content

Instantly share code, notes, and snippets.

@mochadwi
Created November 19, 2016 01:06
Show Gist options
  • Save mochadwi/900122bd5fa4ccde9347880f8f2096cd to your computer and use it in GitHub Desktop.
Save mochadwi/900122bd5fa4ccde9347880f8f2096cd to your computer and use it in GitHub Desktop.
Codelabs Workshop #19 - Intro to MVC and RecyclerView
<?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="wrap_content">
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_arraylist"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment