60 lines
2.7 KiB
XML
60 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2011 Google Inc.
|
|
Licensed to The Android Open Source Project.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources>
|
|
<dimen name="conversation_message_content_margin_side">32dp</dimen>
|
|
<dimen name="conversation_view_margin_side">24dp</dimen>
|
|
<dimen name="conversation_view_snack_bar_margin">16dp</dimen>
|
|
<dimen name="conversation_header_padding_side">36dp</dimen>
|
|
<dimen name="conversation_border_margin_side">24dp</dimen>
|
|
|
|
<dimen name="message_header_icon_margin">24dp</dimen>
|
|
<dimen name="message_header_icon_additional_margin_start">32dp</dimen>
|
|
<dimen name="message_header_action_button_margin_top">8dp</dimen>
|
|
<dimen name="message_header_text_margin_top">22dp</dimen>
|
|
<dimen name="message_header_margin_bottom">24dp</dimen>
|
|
<dimen name="message_details_header_padding_start_expanded">88dp</dimen>
|
|
<dimen name="message_details_header_padding_end">24dp</dimen>
|
|
|
|
<!-- This value needs to be greater than message_header_icon_margin_side.
|
|
Chose to make it larger by 20dp, half of the message_header_icon size. -->
|
|
<dimen name="super_collapsed_stroke_margin_start">52dp</dimen>
|
|
|
|
<dimen name="attachment_padding_start">32dp</dimen>
|
|
<dimen name="attachment_padding_end">24dp</dimen>
|
|
<dimen name="attachment_tile_min_size">180dp</dimen>
|
|
<dimen name="attachment_tile_max_size">254dp</dimen>
|
|
<dimen name="wait_padding">32dp</dimen>
|
|
|
|
<dimen name="compose_wrapper_top_padding">16dp</dimen>
|
|
<dimen name="compose_wrapper_side_padding">24dp</dimen>
|
|
<dimen name="compose_area_start_padding">32dp</dimen>
|
|
<dimen name="compose_area_end_padding">32dp</dimen>
|
|
<dimen name="compose_content_start_padding">8dp</dimen>
|
|
<dimen name="compose_content_end_padding">8dp</dimen>
|
|
<dimen name="search_view_width">400dip</dimen>
|
|
|
|
<dimen name="empty_view_text_width">380dip</dimen>
|
|
<dimen name="empty_view_space">16dip</dimen>
|
|
|
|
<dimen name="chip_wrapper_start_padding">64dp</dimen>
|
|
|
|
<dimen name="action_bar_content_inset_start">60dp</dimen>
|
|
|
|
<dimen name="snack_bar_min_width">288dp</dimen>
|
|
<dimen name="snack_bar_max_width">320dp</dimen>
|
|
</resources>
|