blob: fdca44dab01976c54c5bdaeeb86edeb92d934e23 [file] [log] [blame]
Jim Miller5ecd8112013-01-09 18:50:26 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* //device/apps/common/assets/res/any/dimens.xml
4**
5** Copyright 2006, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<resources>
Jim Miller5ecd8112013-01-09 18:50:26 -080021
Jim Miller5ecd8112013-01-09 18:50:26 -080022 <!-- Size of the generic status lines keyguard's status view -->
23 <dimen name="kg_status_line_font_size">16sp</dimen>
24
Jim Miller5ecd8112013-01-09 18:50:26 -080025 <!-- Margin around the various security views -->
Lucas Dupin7fc1fc62017-08-21 14:34:23 -070026 <dimen name="keyguard_security_view_top_margin">12dp</dimen>
Jim Miller5ecd8112013-01-09 18:50:26 -080027
Jim Millerb0da1e72013-10-01 16:55:19 -070028 <!-- Overload default clock widget parameters -->
Adrian Roos6fa24f52017-05-10 15:48:01 -070029 <dimen name="widget_big_font_size">100dp</dimen>
Jorim Jaggi069cd032014-05-15 03:09:01 +020030 <dimen name="widget_label_font_size">16sp</dimen>
Jim Millerb0da1e72013-10-01 16:55:19 -070031
Jim Millerca71f482013-10-22 15:25:44 -070032 <!-- EmergencyCarrierArea overlap - amount to overlap the emergency button and carrier text.
33 Should be 0 on devices with plenty of room (e.g. tablets) -->
34 <dimen name="eca_overlap">0dip</dimen>
Jim Miller5ecd8112013-01-09 18:50:26 -080035</resources>