Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / platforms / android-25 / data / res / values-land / dimens_material.xml
blob660210af5367b533f2d711ecffa0cf13aa4f4f9f
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2014 The Android Open Source Project
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
8           http://www.apache.org/licenses/LICENSE-2.0
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
16 <resources>
18     <!-- Default height of an action bar. -->
19     <dimen name="action_bar_default_height_material">48dp</dimen>
20     <!-- Default text size for action bar title.-->
21     <dimen name="text_size_title_material_toolbar">14dp</dimen>
22     <!-- Default text size for action bar subtitle.-->
23     <dimen name="text_size_subtitle_material_toolbar">12dp</dimen>
25     <!-- Floating window margins are small until we hit sw380dp-land. -->
26     <dimen name="floating_window_margin_left">16dp</dimen>
27     <dimen name="floating_window_margin_top">4dp</dimen>
28     <dimen name="floating_window_margin_right">16dp</dimen>
29     <dimen name="floating_window_margin_bottom">16dp</dimen>
31     <!-- Material time picker dimensions. -->
32     <!-- Text size for the time picker header HH:MM label. This value is large
33          enough that we don't need to use scaled pixels, dp is fine. -->
34     <dimen name="timepicker_time_label_size">48dp</dimen>
35     <dimen name="timepicker_ampm_label_size">16sp</dimen>
36     <dimen name="timepicker_am_top_padding">8dp</dimen>
37     <dimen name="timepicker_pm_top_padding">3dp</dimen>
38     <!-- Radial picker is small until we hit sw380dp-land. -->
39     <dimen name="timepicker_radial_picker_dimen">180dp</dimen>
40     <dimen name="timepicker_radial_picker_top_margin">16dp</dimen>
41     <dimen name="timepicker_radial_picker_horizontal_margin">24dp</dimen>
43     <!-- Used by RadialTimePicker in clock-style TimePicker. -->
44     <dimen name="timepicker_text_inset_normal">22dp</dimen>
45     <!-- Landscape inset is small until we hit sw380dp-land. -->
46     <dimen name="timepicker_text_inset_inner">46dp</dimen>
47     <dimen name="timepicker_text_size_normal">14sp</dimen>
48     <dimen name="timepicker_text_size_inner">12sp</dimen>
50     <!-- Used by Material-style SimpleMonthView -->
51     <dimen name="date_picker_month_height">40dp</dimen>
52     <dimen name="date_picker_day_of_week_height">14dp</dimen>
53     <dimen name="date_picker_day_height">32dp</dimen>
54     <dimen name="date_picker_day_width">46dp</dimen>
55     <dimen name="date_picker_day_selector_radius">16dp</dimen>
56     <dimen name="day_picker_padding_horizontal">18dp</dimen>
57     <dimen name="day_picker_padding_top">0dp</dimen>
58     <dimen name="day_picker_button_margin_top">-8dp</dimen>
59 </resources>