Bubbles cleanup and bug fixes.
diff --git a/res/layout/activity_call_layout.xml b/res/layout/activity_call_layout.xml
index 90c4cdf..040c77d 100644
--- a/res/layout/activity_call_layout.xml
+++ b/res/layout/activity_call_layout.xml
@@ -30,7 +30,7 @@
 as that of the covered work.
 -->
 
-<android.support.v4.widget.SlidingPaneLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<com.savoirfairelinux.sflphone.views.CallPaneLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/slidingpanelayout"
     android:layout_width="match_parent"
     android:layout_height="match_parent" >
@@ -45,4 +45,4 @@
         android:layout_width="match_parent"
         android:layout_height="match_parent" />
 
-</android.support.v4.widget.SlidingPaneLayout>
\ No newline at end of file
+</com.savoirfairelinux.sflphone.views.CallPaneLayout>
\ No newline at end of file