Added latest posts fragment

This commit is contained in:
Pierre
2018-05-10 10:08:26 +02:00
parent 0d075032d8
commit 306977a101
6 changed files with 306 additions and 7 deletions

View File

@ -2,6 +2,11 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<!-- Open user page -->
<item
android:id="@+id/action_open_user_page"
android:title="@string/main_menu_personal_page"/>
<!-- Display friends list -->
<item
android:id="@+id/action_friends_list"