No separators in the list of hosts whose links apps open am: 1a157e69b4

am: 927cc57399

* commit '927cc573995b2158ebbd605ed6522de3bf9fc8b9':
  No separators in the list of hosts whose links apps open
This commit is contained in:
Christopher Tate
2016-02-24 03:28:28 +00:00
committed by android-build-merger
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"
/>