mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-06-21 01:25:19 +00:00
Ready to display posts list
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user