mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-01 14:23:31 +00:00
Conversation names and members number are displayed in the list
This commit is contained in:
@ -6,4 +6,6 @@
|
||||
|
||||
<color name="holo_green_dark">#ff669900</color>
|
||||
<color name="darker_gray">#aaa</color>
|
||||
<color name="darker_darker_gray">#5b5b5b</color>
|
||||
<color name="dark_blue">#303F9F</color>
|
||||
</resources>
|
||||
|
@ -3,5 +3,7 @@
|
||||
<dimen name="account_image_default_width">64dp</dimen>
|
||||
<dimen name="account_image_default_height">64dp</dimen>
|
||||
|
||||
|
||||
<!-- Dimensions for the conversation list -->
|
||||
<dimen name="fragment_conversations_list_icon_width">20dp</dimen>
|
||||
<dimen name="fragment_conversations_list_icon_height">20dp</dimen>
|
||||
</resources>
|
||||
|
@ -34,4 +34,14 @@
|
||||
<string name="popup_respond_friendship_request_title">Respond to the request</string>
|
||||
<string name="popup_respond_friendship_request_message">Do you want to accept or deny this friendship request ?</string>
|
||||
<string name="fragment_conversationslist_err_get_list">An error occurred while retrieving conversations list !</string>
|
||||
<string name="conversations_members_number">%d members</string>
|
||||
<string name="date_now">now</string>
|
||||
<string name="date_seconds">seconds</string>
|
||||
<string name="date_minutes">minutes</string>
|
||||
<string name="date_min">min</string>
|
||||
<string name="date_sec">sec</string>
|
||||
<string name="date_h">h</string>
|
||||
<string name="date_m">m</string>
|
||||
<string name="date_s">s</string>
|
||||
<string name="date_hours">date_hours</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user