Ready to display posts list

This commit is contained in:
Pierre
2018-01-21 18:41:19 +01:00
parent 93c755ee9e
commit d27a10a007
4 changed files with 122 additions and 0 deletions

View File

@ -33,4 +33,11 @@
</FrameLayout>
<!-- User posts -->
<ListView
android:id="@+id/user_posts"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
</LinearLayout>