summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable-land
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-03-31 09:55:54 -0700
committerYorke Lee <yorkelee@google.com>2015-04-13 15:35:12 -0700
commit53485a55bfbccc8fe822739f553fc467dc0b1119 (patch)
tree88c87e5c5d978c544685cc5d9b2a9d9b511a016f /InCallUI/res/drawable-land
parent4b06b9c7e532c48a47e53c98014376a0897f09c1 (diff)
Video calling landscape changes to match specs
* Call card has 4dp corners, and is 90% visible * Margins for call card * Call buttons are center aligned with end call button * Remote surface is always center aligned, tapping call card slides it in and out * Status bar is black Bug: 19668216 Change-Id: Ifea27faa5f8ff32f6be13e777ca70aa4d0c7727e
Diffstat (limited to 'InCallUI/res/drawable-land')
-rw-r--r--InCallUI/res/drawable-land/rounded_call_card_background.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/InCallUI/res/drawable-land/rounded_call_card_background.xml b/InCallUI/res/drawable-land/rounded_call_card_background.xml
new file mode 100644
index 000000000..f41ecda79
--- /dev/null
+++ b/InCallUI/res/drawable-land/rounded_call_card_background.xml
@@ -0,0 +1,23 @@
+<?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
+ -->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <solid android:color="@color/incall_call_banner_background_color" />
+ <corners
+ android:radius="4dp" />
+</shape> \ No newline at end of file