Made Drawer usable.

This commit is contained in:
Pierre HUBERT
2018-07-31 19:26:18 +02:00
parent 1ac52e6cfd
commit 7b31d25846
14 changed files with 63 additions and 53 deletions

View File

@ -95,7 +95,7 @@
<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>
<string name="action_latest_posts">Latest posts</string>
<string name="err_get_user_posts">Couldn\'t get user posts !</string>
<string name="post_visibility_public">public</string>
<string name="post_visibility_friends">friends</string>
@ -199,4 +199,5 @@
<string name="nav_header_desc">Navigation header</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="action_personal_page">My Page</string>
</resources>