Can search users.

This commit is contained in:
Pierre HUBERT
2018-07-10 16:58:04 +02:00
parent 3f858b790b
commit 5660e6b573
3 changed files with 51 additions and 0 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">
<!-- Search user -->
<item
android:id="@+id/action_search_user"
android:title="@string/main_menu_search_user"/>
<!-- Open user page -->
<item
android:id="@+id/action_open_user_page"

View File

@ -189,4 +189,5 @@
<string name="fragment_latestposts_title">Latest posts</string>
<string name="err_get_latest_posts">An error occurred while trying to retrieve the list of latest posts!</string>
<string name="notice_no_latest_posts">You do not have any latest posts to display here.</string>
<string name="main_menu_search_user">Search user</string>
</resources>