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.
62 lines
2.8 KiB
62 lines
2.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2015 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>
|
|
<!-- FIXME: b/112446546 should use the new theme/style attributes with new supportlib prebuilt -->
|
|
<dimen name="lb_preference_decor_title_margin_start">24dp</dimen>
|
|
<dimen name="lb_preference_decor_title_margin_end">56dp</dimen>
|
|
|
|
<dimen name="grant_permissions_app_icon_size">64dp</dimen>
|
|
<dimen name="grant_permissions_app_icon_margin_top">19dp</dimen>
|
|
|
|
<dimen name="grant_permissions_app_breadcrumb_margin_bottom">3dp</dimen>
|
|
<dimen name="grant_permissions_app_title_margin_bottom">18dp</dimen>
|
|
<dimen name="grant_permissions_app_details_margin_bottom">8dp</dimen>
|
|
|
|
<dimen name="action_dialog_z">16dp</dimen>
|
|
<dimen name="action_dialog_padding_left">52dp</dimen>
|
|
<dimen name="action_dialog_padding_right">40dp</dimen>
|
|
<dimen name="action_dialog_padding_top">27dp</dimen>
|
|
<dimen name="action_dialog_padding_bottom">27dp</dimen>
|
|
|
|
<dimen name="action_dialog_content_margin_top">14dp</dimen>
|
|
<dimen name="action_dialog_content_margin_left">35dp</dimen>
|
|
|
|
<dimen name="action_dialog_actions_width">304dp</dimen>
|
|
<dimen name="action_dialog_button_padding_left">16dp</dimen>
|
|
<dimen name="action_dialog_button_padding_right">16dp</dimen>
|
|
<dimen name="action_dialog_button_padding_top">14dp</dimen>
|
|
<dimen name="action_dialog_button_padding_bottom">15dp</dimen>
|
|
<dimen name="action_dialog_button_margin">4dp</dimen>
|
|
<dimen name="action_dialog_button_min_height">48dp</dimen>
|
|
|
|
<dimen name="grant_permissions_button_corner_radius">10dp</dimen>
|
|
<dimen name="grant_permissions_dialog_corner_radius">16dp</dimen>
|
|
|
|
<dimen name="grant_permissions_actions_margin_left">32dp</dimen>
|
|
<dimen name="grant_permissions_actions_margin_right">6dp</dimen>
|
|
|
|
<dimen name="grant_permissions_dialog_side_margin">24dp</dimen>
|
|
<dimen name="grant_permissions_dialog_margin_bottom">15dp</dimen>
|
|
<dimen name="grant_permissions_dialog_padding">40dp</dimen>
|
|
<dimen name="grant_permissions_dialog_blur_behind_radius">9dp</dimen>
|
|
<dimen name="grant_permissions_dialog_background_blur_radius">46dp</dimen>
|
|
|
|
<dimen name="settings_category_text_size">12dp</dimen>
|
|
|
|
<dimen name="request_role_padding">28dp</dimen>
|
|
</resources>
|