Linked friends list with users page

This commit is contained in:
Pierre
2018-01-13 18:56:18 +01:00
parent 71e9cb163f
commit c5a162ecfb
7 changed files with 58 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -6,6 +6,12 @@
android:icon="@drawable/ic_menu_allfriends"
/>
<item
android:id="@+id/main_bottom_navigation_users_view"
android:title="@string/navigation_bottom_user_item"
android:icon="@drawable/perm_group_personal_info"
android:visible="false" />
<item
android:id="@+id/main_bottom_navigation_me_view"
android:title="@string/navigation_bottom_me_item"

View File

@ -95,4 +95,5 @@
<string name="action_friends_start_private_conversation">Private conversation</string>
<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>
</resources>