c5e07960b6
b/13677552 Change-Id: Icfd2e878fd62118486c347ae4737c5409a2e5c9b
73 lines
2.9 KiB
XML
73 lines
2.9 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>
|
|
|
|
<!-- 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>
|
|
|
|
<!-- 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>
|