summaryrefslogtreecommitdiffstats
path: root/res/values/dimensions.xml
blob: 73792df0c8403d4b995707b7342266ed43fd8e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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.
*/
-->

<resources>
    <dimen name="live_wallpaper_thumbnail_text_size">14dip</dimen>
    <dimen name="live_wallpaper_thumbnail_text_offset">12dip</dimen>
    <dimen name="live_wallpaper_thumbnail_width">75dip</dimen>
    <dimen name="live_wallpaper_thumbnail_height">75dip</dimen>

    <dimen name="screen_margin_sides">0dip</dimen>

    <!-- Dimensions for the preview fragment. -->
    <dimen name="preview_toolbar_up_button_padding">0dp</dimen>
    <dimen name="preview_toolbar_set_wallpaper_button_end_padding">12dp</dimen>

    <!-- Dimensions for the preview attribution pane. -->
    <dimen name="preview_attribution_pane_collapsed_height">48dp</dimen>
    <dimen name="preview_attribution_pane_expanded_height">96dp</dimen>
    <dimen name="preview_attribution_pane_content_side_margin">16dp</dimen>
    <dimen name="preview_attribution_pane_title_top_margin">13dp</dimen>
    <dimen name="preview_attribution_pane_subtitle1_top_margin">12dp</dimen>
    <dimen name="preview_attribution_pane_subtitle2_top_margin">2dp</dimen>
    <dimen name="preview_attribution_pane_explore_left_margin">2dp</dimen>
    <dimen name="preview_attribution_pane_explore_top_margin">12dp</dimen>
    <dimen name="preview_attribution_pane_explore_bottom_margin">16dp</dimen>
    <dimen name="preview_attribution_pane_spacer_height">32dp</dimen>
</resources>