blob: 7a0fce5faa1cab944636e6dbb643b6060bda5ea2 [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>
yaoluf31d6972017-02-20 23:03:00 -080017 <!-- Copied from java/com/google/android/assets/launchscreens/res/values-sw600dp-land-v21/dimens.xml -->
18 <!-- Values adjusted for nav bar size due to windowDrawsSystemBarBackgrounds -->
19 <dimen name="launchscreens_product_logo_bottom">72dp</dimen>
yaoluf31d6972017-02-20 23:03:00 -080020
yaolu6afd44d2016-07-27 15:45:55 -070021 <!-- Height for the image for empty group view-->
Wenyi Wangf128ea82016-07-25 11:56:40 -070022 <dimen name="empty_view_image_height">180dp</dimen>
yaolu6afd44d2016-07-27 15:45:55 -070023
yaolub5046052016-07-28 15:34:02 -070024 <!-- Top padding for the text for empty group view -->
yaolu6afd44d2016-07-27 15:45:55 -070025 <dimen name="empty_group_view_text_padding_top">32dp</dimen>
Wenyi Wangf128ea82016-07-25 11:56:40 -070026
27 <!-- Gap b/w image view and top of the screen in empty main view -->
28 <dimen name="empty_home_view_image_offset">175dp</dimen>
yaolu189036a2016-07-29 15:50:28 -070029
30 <!-- Width for the image for contacts no account empty view -->
31 <dimen name="contacts_no_account_empty_image_width">180dp</dimen>
32
33 <!-- Margin offset b/w the image top and app bar bottom for no account empty view -->
34 <dimen name="contacts_no_account_empty_image_offset">175dp</dimen>
Dmitri Plotnikove5815ea2011-01-18 18:46:53 -080035</resources>