Dmitri Plotnikov | e5815ea | 2011-01-18 18:46:53 -0800 | [diff] [blame] | 1 | <?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> |
yaolu | f31d697 | 2017-02-20 23:03:00 -0800 | [diff] [blame] | 17 | <!-- 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> |
yaolu | f31d697 | 2017-02-20 23:03:00 -0800 | [diff] [blame] | 20 | |
yaolu | 6afd44d | 2016-07-27 15:45:55 -0700 | [diff] [blame] | 21 | <!-- Height for the image for empty group view--> |
Wenyi Wang | f128ea8 | 2016-07-25 11:56:40 -0700 | [diff] [blame] | 22 | <dimen name="empty_view_image_height">180dp</dimen> |
yaolu | 6afd44d | 2016-07-27 15:45:55 -0700 | [diff] [blame] | 23 | |
yaolu | b504605 | 2016-07-28 15:34:02 -0700 | [diff] [blame] | 24 | <!-- Top padding for the text for empty group view --> |
yaolu | 6afd44d | 2016-07-27 15:45:55 -0700 | [diff] [blame] | 25 | <dimen name="empty_group_view_text_padding_top">32dp</dimen> |
Wenyi Wang | f128ea8 | 2016-07-25 11:56:40 -0700 | [diff] [blame] | 26 | |
| 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> |
yaolu | 189036a | 2016-07-29 15:50:28 -0700 | [diff] [blame] | 29 | |
| 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 Plotnikov | e5815ea | 2011-01-18 18:46:53 -0800 | [diff] [blame] | 35 | </resources> |