Friends List is displayed

This commit is contained in:
Pierre
2017-11-15 18:29:58 +01:00
parent 81c2e390c2
commit 3a54768224
8 changed files with 351 additions and 13 deletions

View File

@ -0,0 +1,7 @@
<resources>
<!-- The default size of an account image -->
<dimen name="account_image_default_width">64dp</dimen>
<dimen name="account_image_default_height">64dp</dimen>
</resources>

View File

@ -16,4 +16,6 @@
<string name="popup_signout_cancel_button">Cancel</string>
<string name="navigation_bottom_friends_item">Friends</string>
<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>
</resources>