* #23692 Modified attractors display bubbles in circle
* #23415 Small fixes
* #23697 Implementation of hold/unhold a conference -buggy
diff --git a/res/layout/frag_call_element.xml b/res/layout/frag_call_element.xml
index a811fbf..20fae7f 100644
--- a/res/layout/frag_call_element.xml
+++ b/res/layout/frag_call_element.xml
@@ -94,4 +94,13 @@
         android:layout_alignParentRight="true"
         android:text="Conference" />
 
+    <ToggleButton
+        android:id="@+id/switch_hold"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+android:layout_alignParentRight="true"
+android:layout_above="@+id/button_conf"
+        android:textOn="Unhold"
+        android:textOff="Hold" />
+
 </RelativeLayout>
\ No newline at end of file