Skip to content

Instantly share code, notes, and snippets.

@Marchuck
Created June 14, 2018 11:37
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 Marchuck/4df5feeb1af713629a86718f68869f10 to your computer and use it in GitHub Desktop.
Save Marchuck/4df5feeb1af713629a86718f68869f10 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">
<data>
<variable
name="viewModel"
type="pl.marchuck.pagingexample.pagination.PaginationViewModel" />
</data>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adapterSetup="@{viewModel}" />
</FrameLayout>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment