mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-06 10:02:54 +00:00
Linked friends list with users page
This commit is contained in:
BIN
app/src/main/res/drawable/perm_group_personal_info.png
Normal file
BIN
app/src/main/res/drawable/perm_group_personal_info.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -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"
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user