replicant-packages_apps_Email/res/values/dimensions.xml
Tony Mantler 20adb68b94 Begin fixing layouts for account setup flows
Also address some RTL issues

b/10784160
b/13544189
b/13585832

Change-Id: I5c86497940ce4b972e0ee9189418f120391a8833
2014-03-21 13:29:23 -07:00

74 lines
3.0 KiB
XML

<?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 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 settings fragments -->
<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 -->
<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 -->
<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 -->
<dimen name="setup_headline_text_size">30sp</dimen>
<dimen name="setup_headline_padding_top">24dp</dimen>
<dimen name="setup_headline_padding_side">24dp</dimen>
<!-- Account setup hairline -->
<dimen name="setup_top_divider_margin_top">8dp</dimen>
<dimen name="setup_top_divider_margin_bottom">16dp</dimen>
<dimen name="setup_top_divider_margin_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>
<!-- Username/password entry -->
<dimen name="setup_credentials_input_width">340dp</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>