summaryrefslogtreecommitdiffstats
path: root/res/layout/incall_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/incall_screen.xml')
-rw-r--r--res/layout/incall_screen.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/incall_screen.xml b/res/layout/incall_screen.xml
index c382631f..540c7149 100644
--- a/res/layout/incall_screen.xml
+++ b/res/layout/incall_screen.xml
@@ -15,10 +15,10 @@
-->
<!-- In-call Phone UI; see InCallActivity.java. -->
-<android.support.design.widget.CoordinatorLayout
+<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
android:id="@+id/main" >
-</android.support.design.widget.CoordinatorLayout>
+</FrameLayout>