You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.2 KiB
50 lines
2.2 KiB
4 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- Copyright (C) 2011 The Android Open Source Project
|
||
|
|
||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
you may not use this file except in compliance with the License.
|
||
|
You may obtain a copy of the License at
|
||
|
|
||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
|
||
|
Unless required by applicable law or agreed to in writing, software
|
||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
See the License for the specific language governing permissions and
|
||
|
limitations under the License.
|
||
|
-->
|
||
|
<resources>
|
||
|
<!-- Copied from java/com/google/android/assets/launchscreens/res/values-land/dimens.xml -->
|
||
|
<!-- Adjusted higher to deal with the smaller total height we have to deal with on phones -->
|
||
|
<dimen name="launchscreens_product_logo_bottom">48dp</dimen>
|
||
|
|
||
|
<dimen name="editor_type_label_width">120dip</dimen>
|
||
|
|
||
|
<!-- Top padding for the image for empty group view-->
|
||
|
<dimen name="empty_group_view_image_padding_top">0dp</dimen>
|
||
|
|
||
|
<!-- Height for the image for empty group and main view-->
|
||
|
<dimen name="empty_view_image_height">150dp</dimen>
|
||
|
|
||
|
<!-- Top padding for the text for empty group view-->
|
||
|
<dimen name="empty_group_view_text_padding_top">14dp</dimen>
|
||
|
|
||
|
<!-- Gap b/w image view and top of the screen in empty main view -->
|
||
|
<dimen name="empty_home_view_image_offset">151dp</dimen>
|
||
|
|
||
|
<!-- Top padding for the text for empty main view -->
|
||
|
<dimen name="empty_home_view_text_padding_top">16dp</dimen>
|
||
|
|
||
|
<!-- Extra margin above image in empty account view -->
|
||
|
<dimen name="empty_account_view_image_offset">0dp</dimen>
|
||
|
|
||
|
<!-- Margin offset b/w the image top and app bar bottom for no account empty view -->
|
||
|
<dimen name="contacts_no_account_empty_image_offset">151dp</dimen>
|
||
|
|
||
|
<!-- Width for the image for contacts no account empty view -->
|
||
|
<dimen name="contacts_no_account_empty_image_width">150dp</dimen>
|
||
|
|
||
|
<!-- Top padding for the text for no account empty view -->
|
||
|
<dimen name="contacts_no_account_empty_text_padding_top">16dp</dimen>
|
||
|
</resources>
|