diff options
author | 2018-04-05 09:34:12 -0700 | |
---|---|---|
committer | 2018-04-05 09:34:12 -0700 | |
commit | d4b20a928fcd2fdb6c67e2ecaf94a26e3df0c2fb (patch) | |
tree | 840d292223354464ca0996f39e1a14cb9e38986e /packages/overlays/DisplayCutoutEmulationDoubleOverlay | |
parent | 3d93d3f2810fee7e24c2dee6f0e7e97b9dbd3ae5 (diff) | |
parent | 044a5e17da22d8241fdfa48af9bd84889bd3de40 (diff) |
Merge "[QS] Update landscape UI" into pi-dev
am: 044a5e17da
Change-Id: I49ab03325cdb483ee5372df4ee8042dc225df850
Diffstat (limited to 'packages/overlays/DisplayCutoutEmulationDoubleOverlay')
-rw-r--r-- | packages/overlays/DisplayCutoutEmulationDoubleOverlay/res/values-land/config.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/overlays/DisplayCutoutEmulationDoubleOverlay/res/values-land/config.xml b/packages/overlays/DisplayCutoutEmulationDoubleOverlay/res/values-land/config.xml new file mode 100644 index 000000000000..bd52901cef95 --- /dev/null +++ b/packages/overlays/DisplayCutoutEmulationDoubleOverlay/res/values-land/config.xml @@ -0,0 +1,22 @@ +<!-- + ~ Copyright (C) 2018 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> + <!-- Can't link to other dimensions here, but this should be status_bar_height_landscape --> + <dimen name="quick_qs_offset_height">28dp</dimen> + <!-- Total height of QQS in landscape; quick_qs_offset_height + 128 --> + <dimen name="quick_qs_total_height">156dp</dimen> +</resources>
\ No newline at end of file |