OSDN Git Service

No separators in the list of hosts whose links apps open
authorChristopher Tate <ctate@google.com>
Wed, 24 Feb 2016 03:09:19 +0000 (19:09 -0800)
committerChristopher Tate <ctate@google.com>
Wed, 24 Feb 2016 03:09:19 +0000 (19:09 -0800)
Bug 26692858

Change-Id: Ia2de5cb7200994f997037fad988c7e87e91b31e2

res/layout/app_domains_dialog.xml
res/layout/app_domains_item.xml

index c00bff0..f9c6b64 100644 (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>
index 90fc0e4..e2ccbd3 100644 (file)
@@ -22,4 +22,5 @@
     android:paddingStart="4dp"
     android:paddingEnd="4dp"
     android:paddingTop="16dp"
+    android:divider="@null"
     />