| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| * Copyright (c) 2021, 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> |
| |
| <!-- keyguard--> |
| <dimen name="keyguard_indication_margin_bottom">25dp</dimen> |
| <dimen name="ambient_indication_margin_bottom">115dp</dimen> |
| <dimen name="lock_icon_margin_bottom">60dp</dimen> |
| |
| <!-- margin from keyguard status bar to clock. For split shade it should be |
| keyguard_split_shade_top_margin - status_bar_header_height_keyguard = 8dp --> |
| <dimen name="keyguard_clock_top_margin">8dp</dimen> |
| |
| <!-- Limit the TaskView to this percentage of the overall screen width (0.0 - 1.0) --> |
| <item name="controls_task_view_width_percentage" translatable="false" format="float" type="dimen">0.45</item> |
| <dimen name="controls_task_view_right_margin">8dp</dimen> |
| </resources> |