No separators in the list of hosts whose links apps open

Bug 26692858

Change-Id: Ia2de5cb7200994f997037fad988c7e87e91b31e2
diff --git a/res/layout/app_domains_dialog.xml b/res/layout/app_domains_dialog.xml
index c00bff0..f9c6b64 100644
--- a/res/layout/app_domains_dialog.xml
+++ b/res/layout/app_domains_dialog.xml
@@ -26,6 +26,7 @@
             android:id="@android:id/list"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
+            android:divider="@null"
             android:scrollbarStyle="insideOverlay" />
 
 </FrameLayout>
diff --git a/res/layout/app_domains_item.xml b/res/layout/app_domains_item.xml
index 90fc0e4..e2ccbd3 100644
--- a/res/layout/app_domains_item.xml
+++ b/res/layout/app_domains_item.xml
@@ -22,4 +22,5 @@
     android:paddingStart="4dp"
     android:paddingEnd="4dp"
     android:paddingTop="16dp"
+    android:divider="@null"
     />