1<!-- 2 ~ Copyright (C) 2020 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 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 19 <string translatable="false" name="config_mainBuiltInDisplayCutout"></string> 20 <string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation"></string> 21 22 <!-- Height of the status bar in portrait. The height should be 23 Max((status bar content height + waterfall top size), top cutout size) --> 24 <dimen name="status_bar_height_portrait">28dp</dimen> 25 <!-- Max((28 + 20), 0) = 48 --> 26 <dimen name="status_bar_height_landscape">48dp</dimen> 27 <!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) --> 28 <dimen name="quick_qs_offset_height">48dp</dimen> 29 <!-- Total height of QQS (quick_qs_offset_height + 128) --> 30 <dimen name="quick_qs_total_height">176dp</dimen> 31 32 <dimen name="waterfall_display_left_edge_size">20dp</dimen> 33 <dimen name="waterfall_display_top_edge_size">0dp</dimen> 34 <dimen name="waterfall_display_right_edge_size">20dp</dimen> 35 <dimen name="waterfall_display_bottom_edge_size">0dp</dimen> 36</resources> 37 38 39