| <?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">24dp</dimen> |
| <dimen name="setup_fragment_padding_bottom">16dp</dimen> |
| |
| <!-- Account setup navigation buttons --> |
| <dimen name="setup_nav_button_padding_top">16dp</dimen> |
| <dimen name="setup_nav_button_drawable_padding">16dp</dimen> |
| <dimen name="setup_nav_button_padding_side">12dp</dimen> |
| <dimen name="setup_nav_button_padding_bottom">16dp</dimen> |
| <dimen name="setup_nav_button_margin">4dp</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> |
| |
| <dimen name="setup_lower_headline_margin_bottom">16dp</dimen> |
| |
| <!-- Info text in any account setup screen --> |
| <dimen name="setup_info_text_margin_bottom">20dp</dimen> |
| |
| <!-- Large label text on account setup basics --> |
| <dimen name="setup_label_large_text_margin_bottom">20dp</dimen> |
| |
| <!-- inset distance for settings buttons --> |
| <dimen name="settings_buttons_padding_top">48dp</dimen> |
| <dimen name="settings_buttons_padding_bottom">48dp</dimen> |
| |
| <!-- Account setup checkboxes padding --> |
| <!-- see also w600dp --> |
| <dimen name="setup_checkbox_margin_side">0dp</dimen> |
| <dimen name="setup_checkbox_margin_top">8dp</dimen> |
| <dimen name="setup_checkbox_margin_bottom">8dp</dimen> |
| |
| <!-- Account setup basics --> |
| <!-- See also w600dp --> |
| <dimen name="setup_basics_logo_margin_top">4dp</dimen> |
| <dimen name="setup_basics_logo_margin_bottom">4dp</dimen> |
| |
| <!-- Account setup row labels --> |
| <dimen name="setup_label_text_padding_top">24dp</dimen> |
| |
| <dimen name="certificate_selector_padding_top">24dp</dimen> |
| |
| <dimen name="setup_input_text_padding_bottom">8dp</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> |