mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-04-05 12:59:20 +00:00
7 lines
369 B
XML
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" /> |