blob: 64b87e9357257b0663c52d06dd3132cecf27562a [file] [log] [blame]
Daisuke Miyakawa20962612011-06-23 18:29:25 -07001<?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
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 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<resources>
Chiao Chengddd4e822012-12-06 12:18:01 -080017 <dimen name="editor_type_label_width">120dip</dimen>
yaolud8effeb2016-06-29 14:42:38 -070018
yaolu6afd44d2016-07-27 15:45:55 -070019 <!-- Top padding for the image for empty group view-->
20 <dimen name="empty_group_view_image_padding_top">0dp</dimen>
yaolud8effeb2016-06-29 14:42:38 -070021
Wenyi Wangf128ea82016-07-25 11:56:40 -070022 <!-- Height for the image for empty group and main view-->
23 <dimen name="empty_view_image_height">150dp</dimen>
yaolu6afd44d2016-07-27 15:45:55 -070024
yaolub5046052016-07-28 15:34:02 -070025 <!-- Top padding for the text for empty group view-->
yaolu6afd44d2016-07-27 15:45:55 -070026 <dimen name="empty_group_view_text_padding_top">14dp</dimen>
Wenyi Wangf128ea82016-07-25 11:56:40 -070027
28 <!-- Gap b/w image view and top of the screen in empty main view -->
29 <dimen name="empty_home_view_image_offset">151dp</dimen>
30
31 <!-- Top padding for the text for empty main view -->
32 <dimen name="empty_home_view_text_padding_top">16dp</dimen>
33
34 <!-- Extra margin above image in empty account view -->
35 <dimen name="empty_account_view_image_offset">0dp</dimen>
yaolu189036a2016-07-29 15:50:28 -070036
37 <!-- Margin offset b/w the image top and app bar bottom for no account empty view -->
38 <dimen name="contacts_no_account_empty_image_offset">151dp</dimen>
39
40 <!-- Width for the image for contacts no account empty view -->
41 <dimen name="contacts_no_account_empty_image_width">150dp</dimen>
42
43 <!-- Top padding for the text for no account empty view -->
44 <dimen name="contacts_no_account_empty_text_padding_top">16dp</dimen>
Daisuke Miyakawa20962612011-06-23 18:29:25 -070045</resources>