summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/video/impl/res/values-land/styles.xml
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-05-03 23:18:35 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-03 23:18:35 +0000
commit2034759538273aed8a0b412d8fb90994eba1f7ea (patch)
tree1a45d60921e293c6088efeaf4d9c408456f3e0e2 /java/com/android/incallui/video/impl/res/values-land/styles.xml
parent86baedee44a4902097310c689ee3ae7f0cdb1c8d (diff)
parentd67f1627521b174f12e0c247f154c7c93c5e408e (diff)
This change reflects the Dialer V10 RC00 branch. am: 8369df095a
am: d67f162752 Change-Id: I94f923a6a8af0a580723017002922e299bd335f3
Diffstat (limited to 'java/com/android/incallui/video/impl/res/values-land/styles.xml')
-rw-r--r--java/com/android/incallui/video/impl/res/values-land/styles.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/java/com/android/incallui/video/impl/res/values-land/styles.xml b/java/com/android/incallui/video/impl/res/values-land/styles.xml
new file mode 100644
index 000000000..a809708df
--- /dev/null
+++ b/java/com/android/incallui/video/impl/res/values-land/styles.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 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>
+ <style name="VideoPreviewHolder">
+ <item name="android:layout_gravity">bottom|end</item>
+ <item name="android:layout_width">@dimen/videocall_preview_long</item>
+ <item name="android:layout_height">@dimen/videocall_preview_height</item>
+ <item name="android:layout_marginBottom">@dimen/videocall_preview_margin_bottom</item>
+ <item name="android:layout_marginEnd">@dimen/videocall_preview_margin_end</item>
+ <item name="android:background">@android:color/black</item>
+ </style>
+</resources>