summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/callpending/res/layout/pending_incall_screen.xml
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2017-08-22 17:14:49 -0700
committerEric Erfanian <erfanian@google.com>2017-08-30 21:28:14 +0000
commite851821a851b9b97a846a1c8babca5c7e114fc88 (patch)
tree5b098f6a2586e1db0dd41a07536ca55537a1fb59 /java/com/android/incallui/callpending/res/layout/pending_incall_screen.xml
parentcf531214d1c8a671d2097e31bb69cc8a9f54c8f6 (diff)
Created FakeInCallActivity for making EC w/ images.
video (slow/3g): https://drive.google.com/open?id=0B2Hce9qilHmvMnZZbE90TTlNSTQ video (average): https://drive.google.com/open?id=0B2Hce9qilHmvazZNeVJjbU5Db0k video (cancelling): https://drive.google.com/open?id=0B2Hce9qilHmvRi1JUXQ3OHZOYXM Future CLs or updates to this CL will include activity transition improvements and testing. Bug: 38189742 Test: CallComposerActivityIntegrationTest PiperOrigin-RevId: 166137133 Change-Id: Iada3e96c83495fd9a1554b4556be968670513163
Diffstat (limited to 'java/com/android/incallui/callpending/res/layout/pending_incall_screen.xml')
-rw-r--r--java/com/android/incallui/callpending/res/layout/pending_incall_screen.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/com/android/incallui/callpending/res/layout/pending_incall_screen.xml b/java/com/android/incallui/callpending/res/layout/pending_incall_screen.xml
new file mode 100644
index 000000000..398042b03
--- /dev/null
+++ b/java/com/android/incallui/callpending/res/layout/pending_incall_screen.xml
@@ -0,0 +1,22 @@
+<?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.
+-->
+
+<!-- In-call Phone UI; see CallPendingActivity.java. -->
+<FrameLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/main"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"/>