summaryrefslogtreecommitdiff
path: root/InCallUI/res/values-w500dp-land/colors.xml
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2016-02-12 15:38:38 -0800
committerNancy Chen <nancychen@google.com>2016-02-18 12:58:07 -0800
commit3fa5e3ef73a47df260440249967c816977f1754a (patch)
tree4a7ca4fedf11e152b9f5bd4ae2422dd34c86fe38 /InCallUI/res/values-w500dp-land/colors.xml
parent9710bb241ff7e6397def2c659da729b12d1c292e (diff)
Reduce cutoff size for multi-window layouts to 500dp.
Hammerhead devices have a height of 544dp, which currently means they will be adopting the layout of the multi-window UI. Change the threshold so that Hammerhead uses the full-screen layout. Note that this does not affect NYC because Hammerhead is not supported, but will be necessary for unbundled dialer. Bug: 27173087 Change-Id: I6250de91b6e0c5c197d599422ae7a74c27ed9628
Diffstat (limited to 'InCallUI/res/values-w500dp-land/colors.xml')
-rw-r--r--InCallUI/res/values-w500dp-land/colors.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/InCallUI/res/values-w500dp-land/colors.xml b/InCallUI/res/values-w500dp-land/colors.xml
new file mode 100644
index 000000000..77eea2e68
--- /dev/null
+++ b/InCallUI/res/values-w500dp-land/colors.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2015 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>
+ <!-- Background color for status bar. For portrait this will be ignored. -->
+ <color name="statusbar_background_color">#000000</color>
+</resources>