* #32667: adjustements for release
diff --git a/res/layout/frag_accounts_list.xml b/res/layout/frag_accounts_list.xml
index 88d0026..52c6f11 100644
--- a/res/layout/frag_accounts_list.xml
+++ b/res/layout/frag_accounts_list.xml
@@ -16,31 +16,47 @@
         android:textAppearance="@android:style/TextAppearance.Holo.Medium.Inverse"
         android:textColor="@color/white" />
 
-    <org.sflphone.views.dragsortlv.DragSortListView
-        android:id="@android:id/list"
+    <RelativeLayout
         android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:choiceMode="multipleChoice"
-        android:dividerHeight="1px"
-        dslv:collapsed_height="1px"
-        dslv:drag_enabled="true"
-        dslv:drag_handle_id="@id/drag_handle"
-        dslv:drag_scroll_start="0.33"
-        dslv:drag_start_mode="onLongPress"
-        dslv:float_alpha="0.6"
-        dslv:float_background_color="@color/sfl_action_blue"
-        dslv:remove_enabled="false"
-        dslv:slide_shuffle_speed="0.3" />
+        android:layout_height="wrap_content" >
 
-    <TextView
-        android:id="@android:id/empty"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_gravity="center"
-        android:gravity="center"
-        android:text="@string/empty_account_list"
-        android:textSize="40sp" >
-    </TextView>
+        <org.sflphone.views.dragsortlv.DragSortListView
+            android:id="@android:id/list"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:choiceMode="multipleChoice"
+            android:dividerHeight="1px"
+            android:visibility="gone"
+            dslv:collapsed_height="1px"
+            dslv:drag_enabled="true"
+            dslv:drag_handle_id="@id/drag_handle"
+            dslv:drag_scroll_start="0.33"
+            dslv:drag_start_mode="onLongPress"
+            dslv:float_alpha="0.6"
+            dslv:float_background_color="@color/sfl_action_blue"
+            dslv:remove_enabled="false"
+            dslv:slide_shuffle_speed="0.3" />
+
+        <ProgressBar
+            android:id="@+id/loading_spinner"
+            style="?android:progressBarStyleLarge"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_centerInParent="true"
+            android:layout_gravity="center" />
+
+        <TextView
+            android:id="@+id/empty_account_list"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_centerInParent="true"
+            android:layout_gravity="center"
+            android:gravity="center"
+            android:text="@string/empty_account_list"
+            android:textSize="40sp"
+            android:visibility="gone" >
+        </TextView>
+    </RelativeLayout>
 
     <TextView
         android:id="@+id/ip2ip_account"