Skip to content

Instantly share code, notes, and snippets.

@farooqkhan003
Created September 13, 2017 05:55
Show Gist options
  • Save farooqkhan003/dae1f3c3792f9278a2446d172cb2d842 to your computer and use it in GitHub Desktop.
Save farooqkhan003/dae1f3c3792f9278a2446d172cb2d842 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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="com.example.farooq.firstappwithkotlin.MainActivity">
<android.support.v7.widget.RecyclerView
android:id="@+id/recyclerview"
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