mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-06 18:12:55 +00:00
Friend status displayed in friends list.
This commit is contained in:
@ -32,8 +32,10 @@
|
||||
android:textSize="16sp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fragment_friendslist_item_status"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/user_status_offline"
|
||||
tools:text="Online"
|
||||
android:textColor="@android:color/holo_green_dark"/>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user