Friend status displayed in friends list.

This commit is contained in:
Pierre
2017-11-18 14:11:50 +01:00
parent 5ded2cd7b4
commit 5c8d8a8f52
6 changed files with 73 additions and 3 deletions

View File

@ -3,4 +3,7 @@
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="holo_green_dark">#ff669900</color>
<color name="darker_gray">#aaa</color>
</resources>

View File

@ -18,4 +18,6 @@
<string name="navigation_bottom_me_item">Me</string>
<string name="fragment_friendslist_err_refresh">Couldn\'t refresh friends list !</string>
<string name="fragment_friendslist_err_get_userinfos">Couldn\'t get information about your friends!</string>
<string name="user_status_online">Online</string>
<string name="user_status_offline">Offline</string>
</resources>