forked from LeddaZ/frameworks_base
34 lines
1.3 KiB
XML
34 lines
1.3 KiB
XML
<?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>
|
|
<!-- gap on either side of status bar notification icons -->
|
|
<dimen name="status_bar_icon_horizontal_margin">1sp</dimen>
|
|
|
|
<dimen name="controls_header_horizontal_padding">28dp</dimen>
|
|
<dimen name="controls_content_margin_horizontal">40dp</dimen>
|
|
<dimen name="controls_content_padding">32dp</dimen>
|
|
<dimen name="control_list_vertical_spacing">16dp</dimen>
|
|
<dimen name="control_list_horizontal_spacing">16dp</dimen>
|
|
|
|
<dimen name="large_screen_shade_header_height">56dp</dimen>
|
|
|
|
<!-- Biometric Auth pattern view size, better to align keyguard_security_width -->
|
|
<dimen name="biometric_auth_pattern_view_size">348dp</dimen>
|
|
</resources>
|
|
|