commit | 1a157e69b4f190a0f6bf2992a397c830b215f3cb | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Tue Feb 23 19:09:19 2016 -0800 |
committer | Christopher Tate <ctate@google.com> | Tue Feb 23 19:09:19 2016 -0800 |
tree | 4aa47f4d90e33bd44de17b8ce6a1b36c48a66bda | |
parent | bad66071cceb0a64fbdbe7c1b142a183769ec0b9 [diff] |
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" />