Skip to content

Instantly share code, notes, and snippets.

@IhwanID
Created January 20, 2019 09:58
Show Gist options
  • Select an option

  • Save IhwanID/54eb727ea7a9e0c99e5d0d121af4ae15 to your computer and use it in GitHub Desktop.

Select an option

Save IhwanID/54eb727ea7a9e0c99e5d0d121af4ae15 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<data>
<variable
name="main"
type="id.ihwan.aac.viewmodel.MainViewModel"/>
</data>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".view.MainActivity">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/mainRecyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</androidx.recyclerview.widget.RecyclerView>
</LinearLayout>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment