From 1a157e69b4f190a0f6bf2992a397c830b215f3cb Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Tue, 23 Feb 2016 19:09:19 -0800 Subject: [PATCH] No separators in the list of hosts whose links apps open Bug 26692858 Change-Id: Ia2de5cb7200994f997037fad988c7e87e91b31e2 --- res/layout/app_domains_dialog.xml | 1 + res/layout/app_domains_item.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/res/layout/app_domains_dialog.xml b/res/layout/app_domains_dialog.xml index c00bff018a..f9c6b6453d 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" /> diff --git a/res/layout/app_domains_item.xml b/res/layout/app_domains_item.xml index 90fc0e496c..e2ccbd3dee 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" /> -- 2.11.0