1<!--
2     Copyright (C) 2017 The Android Open Source Project
3
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
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
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>
17    <!-- Dimensions for "single metadata card" configuration. -->
18    <dimen name="single_metadata_card_layout_height">256dp</dimen>
19    <dimen name="single_metadata_pane_wallpaper_collection_title_text_size">
20        @dimen/abc_text_size_headline_material
21    </dimen>
22    <dimen name="single_metadata_pane_wallpaper_subtitle_text_size">
23        @dimen/abc_text_size_body_1_material
24    </dimen>
25
26    <!-- Dimensions for "both metadata tiles" configuration. -->
27    <dimen name="both_metadata_title_text_size">@dimen/abc_text_size_subhead_material</dimen>
28
29    <!-- Dimensions for "rotation" tile. -->
30    <dimen name="grid_item_rotation_title_size">16sp</dimen>
31
32    <!-- Dimensions for "Select wallpaper" header. -->
33    <dimen name="select_wallpaper_header_height">44dp</dimen>
34
35    <!-- Dimensions for the preview fragment. -->
36    <dimen name="preview_toolbar_up_button_padding">8dp</dimen>
37    <dimen name="preview_toolbar_set_wallpaper_button_padding">20dp</dimen>
38
39    <!-- Dimensions for the preview attribution pane. -->
40
41    <dimen name="preview_attribution_pane_collapsed_height">0dp</dimen>
42
43    <dimen name="preview_attribution_pane_content_side_margin">24dp</dimen>
44    <dimen name="preview_attribution_pane_explore_left_margin">10dp</dimen>
45    <dimen name="preview_attribution_pane_title_top_margin">16dp</dimen>
46    <dimen name="preview_attribution_pane_arrow_top_bottom_margin">8dp</dimen>
47</resources>
48