blob: b0cfb5a90c39120d9a4ec7a1d0ad81025c61d1e1 [file] [log] [blame]
Dmitri Plotnikove5815ea2011-01-18 18:46:53 -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
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>
Katherine Kuan229eed42011-10-27 11:45:32 -070017 <dimen name="group_editor_side_padding">64dip</dimen>
Daniel Lehmann75e262b2012-03-27 21:27:18 -070018 <dimen name="quick_contact_photo_container_height">180dip</dimen>
Maurice Chu13f6f262012-05-08 15:25:16 -070019 <dimen name="detail_contact_photo_size">192dip</dimen>
20 <dimen name="detail_contact_photo_margin">16dip</dimen>
yaolu6afd44d2016-07-27 15:45:55 -070021
22 <!-- Height for the image for empty group view-->
Wenyi Wangf128ea82016-07-25 11:56:40 -070023 <dimen name="empty_view_image_height">180dp</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">32dp</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">175dp</dimen>
yaolu189036a2016-07-29 15:50:28 -070030
31 <!-- Width for the image for contacts no account empty view -->
32 <dimen name="contacts_no_account_empty_image_width">180dp</dimen>
33
34 <!-- Margin offset b/w the image top and app bar bottom for no account empty view -->
35 <dimen name="contacts_no_account_empty_image_offset">175dp</dimen>
Dmitri Plotnikove5815ea2011-01-18 18:46:53 -080036</resources>