<layout xmlns:android="http://schemas.android.com/apk/res/android"> <data> <variable name="tasksViewModel" type="keijumt.todoapp.main.TasksViewModel" /> </data> <android.support.constraint.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent"> <android.support.v7.widget.RecyclerView android:id="@+id/recycler_tasks" android:layout_width="match_parent" android:layout_height="match_parent" /> </android.support.constraint.ConstraintLayout> </layout>