diff options
author | 2018-03-27 20:35:46 +0000 | |
---|---|---|
committer | 2018-03-27 20:35:46 +0000 | |
commit | 21f9a66b806450efc943b9767de0e8a71dbf012d (patch) | |
tree | 1ea855691c39c8d4f0703af4e23313426c304d8b /packages/overlays/DisplayCutoutEmulationDoubleOverlay | |
parent | 6b8ba697b1bc8c4850e5addc52492c2ae5f5d82a (diff) | |
parent | e1afde9b79476968c595fd036a8fb241a2488592 (diff) |
Merge "[QS] Update landscape UI" into pi-dev am: 6d0412ee22
am: e1afde9b79
Change-Id: Ie039365801183d49cd45e206418d33fd5c132365
Diffstat (limited to 'packages/overlays/DisplayCutoutEmulationDoubleOverlay')
-rw-r--r-- | packages/overlays/DisplayCutoutEmulationDoubleOverlay/res/values-land/config.xml | 21 |
1 files changed, 21 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..1aa1af3b76fc --- /dev/null +++ b/packages/overlays/DisplayCutoutEmulationDoubleOverlay/res/values-land/config.xml @@ -0,0 +1,21 @@ +<!-- + ~ 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> + <dimen name="quick_qs_offset_height">@dimen/status_bar_height_landscape</dimen> + <!-- Total height of QQS in landscape, this is effectively status_bar_height_landscape + 128 --> + <dimen name="quick_qs_total_height">156dp</dimen> +</resources>
\ No newline at end of file |