mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-06 10:02:54 +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>
|
@ -96,4 +96,5 @@
|
||||
<string name="err_get_private_conversation">Could not get a private conversation !</string>
|
||||
<string name="dialog_loading_msg">Loading…</string>
|
||||
<string name="navigation_bottom_user_item">User</string>
|
||||
<string name="err_get_user_posts">Couldn\'t get user posts !</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user