blob: 241471ccf09c5dbcd048321054c01e5443f50b38 [file] [log] [blame]
Joe Onorato057f1812011-01-12 15:35:47 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 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
Freeman Ngedb03bf2011-05-25 19:06:21 -07007
Joe Onorato057f1812011-01-12 15:35:47 -08008 http://www.apache.org/licenses/LICENSE-2.0
Freeman Ngedb03bf2011-05-25 19:06:21 -07009
Joe Onorato057f1812011-01-12 15:35:47 -080010 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
17<resources>
Freeman Ngedb03bf2011-05-25 19:06:21 -070018 <dimen name="screen_margin_sides">40dip</dimen>
19 <dimen name="datetime_margin_top">40dip</dimen>
20 <dimen name="datetime_margin_bottom">40dip</dimen>
Alan Viveretted21bfa12011-07-12 17:34:22 -070021 <dimen name="app_icon_size">72dip</dimen>
22 <dimen name="screen_margin_top">48dip</dimen>
23 <dimen name="screen_margin_bottom">48dip</dimen>
Alan Viveretted21bfa12011-07-12 17:34:22 -070024 <dimen name="content_margin_left">16dip</dimen>
25 <dimen name="description_margin_top">26dip</dimen>
Ben Komalo9cec1be2011-09-01 10:30:13 -070026 <dimen name="crypt_clock_size">120sp</dimen>
Michael Jurkaa487bca2012-11-06 21:08:31 -080027
Fabrice Di Meglioeb072e12014-06-05 17:36:45 -070028 <!-- ActionBar contentInsetStart -->
29 <dimen name="actionbar_contentInsetStart">24dp</dimen>
Fabrice Di Meglioda8baba2014-06-10 17:12:51 -070030 <dimen name="actionbar_subsettings_contentInsetStart">80dp</dimen>
Fabrice Di Meglioeb072e12014-06-05 17:36:45 -070031
Paul Lawrence4fd2e5f2014-08-11 14:05:33 -070032 <!-- CryptKeeper top margin for password/pin screen -->
33 <dimen name="crypt_keeper_password_top_margin">256dip</dimen>
34
35 <!-- CryptKeeper top margin for pattern screen -->
36 <dimen name="crypt_keeper_pattern_top_margin">256dip</dimen>
37
38 <!-- CryptKeeper separation between status and pattern -->
39 <dimen name="crypt_keeper_pattern_separator">100dip</dimen>
40
41 <!-- CryptKeeper password/pin width -->
42 <dimen name="crypt_keeper_password_width">512dip</dimen>
43
Fabrice Di Meglioda8baba2014-06-10 17:12:51 -070044 <!-- SwitchBar margin start / end -->
45 <dimen name="switchbar_margin_start">24dp</dimen>
46 <dimen name="switchbar_margin_end">24dp</dimen>
47
48 <!-- SwitchBar sub settings margin start / end -->
49 <dimen name="switchbar_subsettings_margin_start">80dp</dimen>
Fabrice Di Meglio63386952014-05-28 20:08:55 -070050
Andrew Sappersteina22768c2017-07-06 16:34:58 -070051 <dimen name="search_bar_height">64dp</dimen>
Fan Zhang5830dcc2017-11-22 15:12:06 -080052 <dimen name="search_bar_half_height">32dp</dimen>
Andrew Sappersteina22768c2017-07-06 16:34:58 -070053
PauloftheWest060e01a2014-07-05 06:28:56 -070054 <!-- Dimensions for Wifi Assistant Card -->
55 <dimen name="wifi_assistant_padding_top_bottom">24dp</dimen>
56 <dimen name="wifi_assistant_padding_start_end">24dp</dimen>
57 <dimen name="wifi_assistant_padding">25dp</dimen>
58 <dimen name="wifi_assistant_text_padding">24dp</dimen>
Jorim Jaggi8a09b612015-04-06 17:47:18 -070059
60 <dimen name="confirm_credentials_security_method_margin">72dp</dimen>
Abodunrinwa Toki80c082f2016-03-08 18:07:35 +000061 <dimen name="confirm_credentials_layout_width">328dp</dimen>
Abodunrinwa Tokiaf700ec2016-03-17 18:48:05 +000062 <dimen name="confirm_credentials_top_padding">48dp</dimen>
Jaewoong Jung97e8c992016-09-27 17:44:24 -070063 <dimen name="confirm_credentials_side_margin">0dp</dimen>
64 <dimen name="confirm_credentials_top_margin">64dp</dimen>
Jin Dongc0856942018-08-24 16:24:53 +080065
66 <!-- Padding for screen pinning -->
67 <dimen name="screen_pinning_padding_start">40dp</dimen>
68 <dimen name="screen_pinning_padding_end">40dp</dimen>
Joe Onorato057f1812011-01-12 15:35:47 -080069</resources>