* #26115 First conference creation
* #26250 design updated
diff --git a/res/layout/frag_dialing.xml b/res/layout/frag_dialing.xml
index 3112001..f8e2332 100644
--- a/res/layout/frag_dialing.xml
+++ b/res/layout/frag_dialing.xml
@@ -41,17 +41,11 @@
         
     </LinearLayout>
 
-    <Spinner
-        android:id="@+id/account_selection"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_below="@+id/keyboard_choice" />
-
     <ImageButton
         android:id="@+id/buttonCall"
         android:layout_width="60dp"
         android:layout_height="60dp"
-        android:layout_below="@+id/account_selection"
+        android:layout_below="@+id/keyboard_choice"
         android:layout_centerHorizontal="true"
         android:layout_margin="10dp"
         android:adjustViewBounds="true"