96 lines
3.9 KiB
XML
96 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (c) 2022 New Vector Ltd
|
|
~
|
|
~ 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>
|
|
|
|
<!-- Default screen margins, per the Android Design guidelines. -->
|
|
<dimen name="layout_touch_size">48dp</dimen>
|
|
|
|
<dimen name="layout_horizontal_margin">16dp</dimen>
|
|
<dimen name="layout_vertical_margin">16dp</dimen>
|
|
<dimen name="layout_vertical_margin_big">32dp</dimen>
|
|
|
|
<dimen name="profile_avatar_size">50dp</dimen>
|
|
<dimen name="typing_avatar_size">20dp</dimen>
|
|
<dimen name="item_event_message_state_size">16dp</dimen>
|
|
|
|
<dimen name="item_event_message_media_button_size">32dp</dimen>
|
|
|
|
<dimen name="quote_gap">8dp</dimen>
|
|
|
|
<item name="dialog_width_ratio" format="float" type="dimen">0.75</item>
|
|
|
|
<dimen name="pill_avatar_size">16dp</dimen>
|
|
<dimen name="pill_min_height">20dp</dimen>
|
|
<dimen name="pill_text_padding">4dp</dimen>
|
|
|
|
<dimen name="call_pip_height">128dp</dimen>
|
|
<dimen name="call_pip_width">88dp</dimen>
|
|
<dimen name="call_pip_radius">8dp</dimen>
|
|
|
|
<dimen name="item_form_min_height">76dp</dimen>
|
|
|
|
<!-- Max width for some buttons -->
|
|
<dimen name="button_max_width">280dp</dimen>
|
|
|
|
<!-- Navigation Drawer -->
|
|
<dimen name="navigation_drawer_max_width">320dp</dimen>
|
|
|
|
<!-- Preview Url -->
|
|
<dimen name="preview_url_view_corner_radius">8dp</dimen>
|
|
<dimen name="preview_url_view_image_max_height">160dp</dimen>
|
|
|
|
<dimen name="menu_item_icon_size">24dp</dimen>
|
|
<dimen name="menu_item_size">48dp</dimen>
|
|
<dimen name="menu_item_ripple_size">48dp</dimen>
|
|
<dimen name="menu_item_width_small">34dp</dimen>
|
|
|
|
<dimen name="chat_bubble_margin_start">28dp</dimen>
|
|
<dimen name="chat_bubble_margin_end">6dp</dimen>
|
|
<dimen name="chat_bubble_fixed_size">350sp</dimen>
|
|
<dimen name="chat_bubble_corner_radius">8dp</dimen>
|
|
|
|
<!-- Onboarding -->
|
|
<item name="ftue_auth_gutter_start_percent" format="float" type="dimen">0.05</item>
|
|
<item name="ftue_auth_gutter_end_percent" format="float" type="dimen">0.95</item>
|
|
|
|
<item name="ftue_auth_carousel_item_spacing" format="float" type="dimen">0.01</item>
|
|
<item name="ftue_auth_carousel_item_image_height" format="float" type="dimen">0.35</item>
|
|
|
|
<item name="ftue_auth_profile_picture_height" format="float" type="dimen">0.15</item>
|
|
<item name="ftue_auth_profile_picture_icon_height" format="float" type="dimen">0.05</item>
|
|
|
|
<!-- Location sharing -->
|
|
<dimen name="location_sharing_option_default_padding">10dp</dimen>
|
|
<dimen name="location_sharing_locate_button_margin_vertical">16dp</dimen>
|
|
<dimen name="location_sharing_locate_button_margin_horizontal">12dp</dimen>
|
|
<dimen name="location_sharing_compass_button_margin_horizontal">8dp</dimen>
|
|
<dimen name="location_sharing_live_duration_choice_margin_horizontal">12dp</dimen>
|
|
<dimen name="location_sharing_live_duration_choice_margin_vertical">22dp</dimen>
|
|
|
|
<!-- Voice Broadcast -->
|
|
<dimen name="voice_broadcast_recorder_button_size">48dp</dimen>
|
|
<dimen name="voice_broadcast_player_button_size">36dp</dimen>
|
|
|
|
<!-- Material 3 -->
|
|
<dimen name="collapsing_toolbar_layout_medium_size">112dp</dimen>
|
|
|
|
|
|
<dimen name="release_notes_vertical_margin_small">8dp</dimen>
|
|
<dimen name="release_notes_vertical_margin">16dp</dimen>
|
|
<dimen name="release_notes_vertical_margin_large">28dp</dimen>
|
|
</resources>
|