From 180652deab3a7f93df3568a51874fdb66bf0448c Mon Sep 17 00:00:00 2001 From: David Walsh Date: Fri, 27 Mar 2020 12:09:07 -0500 Subject: [PATCH] No issue - Make fill link from clipboard divider stretch full screen --- app/src/main/res/layout/fragment_search.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_search.xml b/app/src/main/res/layout/fragment_search.xml index 985c0fa81..7edfbde6e 100644 --- a/app/src/main/res/layout/fragment_search.xml +++ b/app/src/main/res/layout/fragment_search.xml @@ -109,7 +109,6 @@ android:id="@+id/divider_line" android:layout_width="match_parent" android:layout_height="1.5dp" - android:layout_marginStart="8dp" android:background="?neutralFaded" app:layout_constraintEnd_toEndOf="@id/fill_link_from_clipboard" app:layout_constraintStart_toStartOf="@id/fill_link_from_clipboard"