replicant-packages_apps_Email/res/values/dimensions.xml

82 lines
3.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 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.
-->
<!-- non-xlarge -->
<resources>
<!-- Account setup template for extra-wide layouts -->
<dimen name="setup_template_content_width">600dp</dimen>
<!-- Account setup type screen buttons -->
<dimen name="setup_account_type_button_min_width">100sp</dimen>
<dimen name="setup_account_type_buttons_vertical_spacing">16dp</dimen>
<dimen name="setup_account_type_buttons_width">212sp</dimen>
<dimen name="setup_account_type_buttons_height">54dp</dimen>
<!-- Account setup ab screen buttons -->
<dimen name="setup_account_ab_button_min_width">100sp</dimen>
<dimen name="setup_account_ab_button_vertical_spacing">16dp</dimen>
<dimen name="setup_account_ab_button_width">212sp</dimen>
<dimen name="setup_account_ab_button_height">54dp</dimen>
<!-- Account settings fragments -->
<!-- See also w600dp -->
<dimen name="settings_fragment_padding_top">16dp</dimen>
<dimen name="settings_fragment_padding_side">16dp</dimen>
<dimen name="settings_fragment_padding_bottom">24dp</dimen>
<!-- Account setup fragments -->
<!-- See also w600dp -->
<dimen name="setup_fragment_padding_top">16dp</dimen>
<dimen name="setup_fragment_padding_side">16dp</dimen>
<dimen name="setup_fragment_padding_bottom">16dp</dimen>
<!-- Account setup navigation buttons -->
<dimen name="setup_nav_button_padding_top">24dp</dimen>
<dimen name="setup_nav_button_padding_side">20dp</dimen>
<dimen name="setup_nav_button_padding_bottom">24dp</dimen>
<!-- Account setup text buttons -->
<!-- See also w600dp -->
<dimen name="setup_text_button_width">160sp</dimen>
<dimen name="setup_text_button_height">40sp</dimen>
<dimen name="setup_text_button_text_size">18sp</dimen>
<!-- Account setup headline -->
<!-- See also w600dp -->
<dimen name="setup_headline_text_size">30sp</dimen>
<dimen name="setup_headline_padding_top">24dp</dimen>
<dimen name="setup_headline_padding_side">24dp</dimen>
<!-- inset distance for settings buttons -->
<dimen name="settings_buttons_padding_top">48dp</dimen>
<dimen name="settings_buttons_padding_bottom">48dp</dimen>
<!-- In setup screens, the inset for all items below the headline+hairline -->
<dimen name="setup_item_inset_start">0dp</dimen>
<dimen name="setup_item_inset_end">0dp</dimen>
<!-- Account setup basics -->
<dimen name="setup_basics_logo_margin_top">28dp</dimen>
<dimen name="setup_basics_logo_margin_bottom">56dp</dimen>
<!-- TODO: probably delete these -->
<!-- Notification dialog -->
<dimen name="dialog_text_size">10sp</dimen>
<dimen name="dialog_padding_left">10sp</dimen>
<dimen name="dialog_padding_other">4sp</dimen>
</resources>