SetupWizardLibrary/library/res/values/dimens.xml
Maurice Lam 95af12dac2 [SetupWizardLib] Mass cherry-pick changes
Mass cherry-pick changes submitted to master since creation of this
branch (ub-setupwizard-alatar). Changes include:

Provide templates in library
> I1b72e008fa2847a2a393bc7285f0d18d3e3f93fd

Implement SetupWizardLayout
> Ib94602b62cd8faba41f171114651a54a90c5ee8d

Rename attributes
> I189978bc7b11152e72e89a66779175bc0246c778

Remove deprecated styles
> I9d19bc1fb24f8fcc8322ec959d588063598b81a5

Implement LayoutHelper.setIllustration
> I07f8fa811bc4e02ce641e45f3ba4402d385ce470

Themes and attrs support
> I2d5a261ce4965fb41a24f1ea4775b52639b1875b

Add more themes
> Iae97d016705e422fa6e194b5e939ea013477bbb0

Remove SetupWizardLayoutHelper
> I32ae90ec7928313199bd434a038bf5f63921847a

Implement SetupWizardListLayout
> I7903b64e793f0edd49fa30948d76b2b8bc1854b5

Change-Id: I26fa53b60900be506223a25a44b00a99c5e161b3
2015-03-05 16:55:55 -08:00

64 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 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.
-->
<resources>
<!-- General -->
<dimen name="suw_layout_margin_sides">40dp</dimen>
<!-- Content styles -->
<dimen name="suw_content_frame_padding_top">0dp</dimen>
<dimen name="suw_content_frame_padding_bottom">16dp</dimen>
<dimen name="suw_description_margin_top">24dp</dimen>
<dimen name="suw_description_margin_bottom">12dp</dimen>
<dimen name="suw_description_line_spacing_extra">4sp</dimen>
<dimen name="suw_description_text_size">16sp</dimen>
<!-- Card layout (for tablets) -->
<dimen name="suw_card_corner_radius">2dp</dimen>
<dimen name="suw_card_elevation">5dp</dimen>
<dimen name="suw_card_land_margin_top">128dp</dimen>
<dimen name="suw_card_port_margin_sides">56dp</dimen>
<dimen name="suw_card_title_padding_end">0dp</dimen>
<dimen name="suw_card_title_padding_start">0dp</dimen>
<dimen name="suw_card_title_padding_top">16dp</dimen>
<dimen name="suw_card_title_padding_bottom">28dp</dimen>
<dimen name="suw_tablet_illustration_height">256dp</dimen>
<!-- Header layout (for phones) -->
<dimen name="suw_title_area_elevation">3dp</dimen>
<dimen name="suw_header_title_size">24sp</dimen>
<dimen name="suw_header_title_margin_bottom">16dp</dimen>
<dimen name="suw_header_title_padding_top">16dp</dimen>
<dimen name="suw_header_title_padding_bottom">2dp</dimen>
<!-- This is the extra spacing required to make the leading exactly 32sp -->
<dimen name="suw_header_title_line_spacing_extra">3.67sp</dimen>
<!-- Navigation bar -->
<dimen name="suw_navbar_button_drawable_padding">6dp</dimen>
<dimen name="suw_navbar_button_padding_sides">10dp</dimen>
<dimen name="suw_navbar_height">56dp</dimen>
<dimen name="suw_navbar_ic_intrinsic_size">24dp</dimen>
<dimen name="suw_navbar_padding_sides">24dp</dimen>
<dimen name="suw_navbar_text_size">16sp</dimen>
</resources>