graphenej/sample/src/main/res/layout/activity_calls.xml

9 lines
401 B
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/call_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".CallsActivity"
tools:listitem="@layout/item_call"
tools:itemCount="5"/>