1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2015 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License
16  -->
17<resources>
18
19    <!-- The y translation to apply at the start in appear animations. -->
20    <dimen name="appear_y_translation_start">32dp</dimen>
21
22    <!-- The translation for disappearing security views after having solved them. -->
23    <dimen name="disappear_y_translation">-32dp</dimen>
24
25    <dimen name="circle_avatar_size">40dp</dimen>
26
27    <!-- Height of a user icon view -->
28    <dimen name="user_icon_view_height">56dp</dimen>
29    <!-- User spinner -->
30    <dimen name="user_spinner_height">72dp</dimen>
31    <dimen name="user_spinner_padding">4dp</dimen>
32    <dimen name="user_spinner_padding_sides">20dp</dimen>
33    <dimen name="user_spinner_item_height">56dp</dimen>
34
35    <!-- Lock icon for preferences locked by admin -->
36    <dimen name="restricted_icon_size">16dp</dimen>
37    <dimen name="restricted_icon_padding">4dp</dimen>
38
39    <dimen name="wifi_preference_badge_padding">8dip</dimen>
40
41    <!-- Usage graph dimens -->
42    <dimen name="usage_graph_area_height">122dp</dimen>
43    <dimen name="usage_graph_margin_top_bottom">9dp</dimen>
44    <dimen name="usage_graph_labels_width">56dp</dimen>
45    <dimen name="usage_graph_labels_padding">16dp</dimen>
46
47    <dimen name="usage_graph_divider_size">1dp</dimen>
48
49    <dimen name="usage_graph_line_width">3dp</dimen>
50    <dimen name="usage_graph_line_corner_radius">6dp</dimen>
51
52    <dimen name="usage_graph_dot_size">.75dp</dimen>
53    <dimen name="usage_graph_dot_interval">7dp</dimen>
54
55    <dimen name="battery_height">14.5dp</dimen>
56    <dimen name="battery_width">9.5dp</dimen>
57
58    <!-- Margin on the right side of the system icon group on Keyguard. -->
59    <fraction name="battery_button_height_fraction">10.5%</fraction>
60
61    <!-- Fraction value to smooth the edges of the battery icon. The path will be inset by this
62         fraction of a pixel.-->
63    <fraction name="battery_subpixel_smoothing_left">0%</fraction>
64    <fraction name="battery_subpixel_smoothing_right">0%</fraction>
65</resources>
66