mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-04-17 18:40:54 +00:00
39 lines
1.6 KiB
XML
39 lines
1.6 KiB
XML
<resources>
|
|
<!-- Default screen margins, per the Android Design guidelines. -->
|
|
<dimen name="activity_horizontal_margin">16dp</dimen>
|
|
<dimen name="activity_vertical_margin">16dp</dimen>
|
|
<dimen name="nav_header_vertical_spacing">8dp</dimen>
|
|
<dimen name="nav_header_height">176dp</dimen>
|
|
<dimen name="fab_margin">16dp</dimen>
|
|
|
|
<!-- 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>
|
|
|
|
<!-- Dimensions for the conversation fragment -->
|
|
<dimen name="fragment_conversation_buttons_height">50dp</dimen>
|
|
<dimen name="fragment_conversation_buttons_width">50dp</dimen>
|
|
|
|
<!-- Dimensions for the posts options button -->
|
|
<dimen name="post_options_btn_width">20dp</dimen>
|
|
<dimen name="post_options_btn_height">20dp</dimen>
|
|
|
|
<!-- Dimensions for the comments options button -->
|
|
<dimen name="comment_options_btn_width">20dp</dimen>
|
|
<dimen name="comment_options_btn_height">20dp</dimen>
|
|
|
|
<!-- Navigation bar -->
|
|
<dimen name="nav_bar_ic_height">30dp</dimen>
|
|
|
|
<!-- Conversation fragment -->
|
|
<dimen name="conversation_message_time_padding_top">8dp</dimen>
|
|
</resources>
|