mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-04-18 19:10:54 +00:00
14 lines
575 B
XML
14 lines
575 B
XML
<resources>
|
|
<!-- The default size of an account image -->
|
|
<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>
|
|
|
|
<!-- Dimension for the conversation fragment -->
|
|
<dimen name="fragment_conversation_buttons_height">50dp</dimen>
|
|
<dimen name="fragment_conversation_buttons_width">50dp</dimen>
|
|
</resources>
|