summaryrefslogtreecommitdiff
path: root/res/values/dimens.xml
blob: cd5f2f9848028b1f73510613292a284380c0e373 (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 2013, 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
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"
    xmlns:android="http://schemas.android.com/apk/res/android" >
    <item name="circle_radius_multiplier" format="float" type="string">0.84</item>
    <item name="circle_radius_multiplier_24HourMode" format="float" type="string">0.87</item>
    <item name="selection_radius_multiplier" format="float" type="string">0.16</item>
    <item name="ampm_circle_radius_multiplier" format="float" type="string">0.175</item>
    <item name="numbers_radius_multiplier_normal" format="float" type="string">0.8</item>
    <item name="numbers_radius_multiplier_inner" format="float" type="string">0.60</item>
    <item name="numbers_radius_multiplier_outer" format="float" type="string">0.83</item>
    <item name="text_size_multiplier_normal" format="float" type="string">0.2</item>
    <item name="text_size_multiplier_inner" format="float" type="string">0.15</item>
    <item name="text_size_multiplier_outer" format="float" type="string">0.11</item>
    <dimen name="time_label_right_padding">12sp</dimen>
    <dimen name="time_label_size">48sp</dimen>
    <dimen name="ampm_label_size">16sp</dimen>
    <dimen name="done_label_size">14sp</dimen>
    <dimen name="ampm_left_padding">7dip</dimen>
    <dimen name="separator_padding">4dip</dimen>
    <dimen name="header_height">96dip</dimen>
    <dimen name="footer_height">48dip</dimen>
    <dimen name="left_side_width">250dip</dimen>
    <dimen name="left_side_height">450dip</dimen>
</resources>