From 804baccc3aeed4ed00d1f0a62ecc37fb5ea6d9fd Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Sun, 20 Jul 2014 09:48:43 -0700 Subject: Video call surfaces and changing to video UI on videoState change. Bug: 16012946 Change-Id: I1e86b172d46d3e67eff210d9f56e03a2e6c93853 --- InCallUI/res/layout/call_card_content.xml | 5 +++++ InCallUI/res/layout/video_call_fragment.xml | 28 ++++++++++++++++++++++++ InCallUI/res/layout/video_call_views.xml | 34 +++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 InCallUI/res/layout/video_call_fragment.xml create mode 100644 InCallUI/res/layout/video_call_views.xml (limited to 'InCallUI/res') diff --git a/InCallUI/res/layout/call_card_content.xml b/InCallUI/res/layout/call_card_content.xml index c59c1c712..07b38860d 100644 --- a/InCallUI/res/layout/call_card_content.xml +++ b/InCallUI/res/layout/call_card_content.xml @@ -63,6 +63,11 @@ android:contentDescription="@string/contactPhoto" android:src="@drawable/picture_unknown" /> + + diff --git a/InCallUI/res/layout/video_call_fragment.xml b/InCallUI/res/layout/video_call_fragment.xml new file mode 100644 index 000000000..d5e11ef4a --- /dev/null +++ b/InCallUI/res/layout/video_call_fragment.xml @@ -0,0 +1,28 @@ + + + + + + + \ No newline at end of file diff --git a/InCallUI/res/layout/video_call_views.xml b/InCallUI/res/layout/video_call_views.xml new file mode 100644 index 000000000..08334b21e --- /dev/null +++ b/InCallUI/res/layout/video_call_views.xml @@ -0,0 +1,34 @@ + + + + + + + + + \ No newline at end of file -- cgit v1.2.3