mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-04-17 02:20:54 +00:00
18 lines
807 B
XML
18 lines
807 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>
|
|
<dimen name="account_image_small_width">32dp</dimen>
|
|
<dimen name="account_image_small_height">32dp</dimen>
|
|
<dimen name="account_image_xsmall_width">16dp</dimen>
|
|
<dimen name="account_image_xsmall_height">16dp</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>
|