SLAM/mobile/src/main/res/layout/fragment_contact_list.xml

14 lines
650 B
XML
Raw Normal View History

2018-01-27 03:33:50 +01:00
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.RecyclerView 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:id="@+id/list"
android:name="de.vanitasvitae.slam.activity.RosterFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
app:layoutManager="LinearLayoutManager"
tools:context="de.vanitasvitae.slam.activity.RosterFragment"
tools:listitem="@layout/fragment_contact" />