No separators in the list of hosts whose links apps open

Bug 26692858

Change-Id: Ia2de5cb7200994f997037fad988c7e87e91b31e2
This commit is contained in:
Christopher Tate
2016-02-23 19:09:19 -08:00
parent bad66071cc
commit 1a157e69b4
2 changed files with 2 additions and 0 deletions

View File

@@ -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>

View File

@@ -22,4 +22,5 @@
android:paddingStart="4dp"
android:paddingEnd="4dp"
android:paddingTop="16dp"
android:divider="@null"
/>