ComunicAndroid/app/src/main/res/layout/fragment_postslist.xml
2018-04-01 00:15:01 +02:00

7 lines
369 B
XML

<?xml version="1.0" encoding="utf-8"?>
<org.communiquons.android.comunic.client.ui.views.NestedListView android:id="@+id/posts_list"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:listitem="@layout/post_item"
xmlns:tools="http://schemas.android.com/tools" />