* #36758: refactor of navigation in app
diff --git a/res/layout/frag_accounts_list.xml b/res/layout/frag_accounts_list.xml
index 52c6f11..ce82933 100644
--- a/res/layout/frag_accounts_list.xml
+++ b/res/layout/frag_accounts_list.xml
@@ -24,6 +24,7 @@
             android:id="@android:id/list"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
+            android:background="@color/white"
             android:choiceMode="multipleChoice"
             android:dividerHeight="1px"
             android:visibility="gone"
@@ -72,6 +73,7 @@
     <ListView
         android:id="@+id/ip2ip"
         android:layout_width="match_parent"
-        android:layout_height="wrap_content" />
+        android:layout_height="wrap_content"
+        android:background="@color/white" />
 
 </LinearLayout>
\ No newline at end of file