From 66986d88cb6401df897592a89f1d386b12f0df92 Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Mon, 6 May 2019 14:33:58 -0700 Subject: [PATCH] No issue: Removes broken shadow in collection creation (#2300) --- app/src/main/res/layout/component_collection_creation.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/res/layout/component_collection_creation.xml b/app/src/main/res/layout/component_collection_creation.xml index f054c99f3..360eef93d 100644 --- a/app/src/main/res/layout/component_collection_creation.xml +++ b/app/src/main/res/layout/component_collection_creation.xml @@ -101,8 +101,6 @@ android:layout_marginStart="16dp" android:layout_marginTop="16dp" android:layout_marginEnd="16dp" - android:fadingEdgeLength="30dp" - android:requiresFadingEdge="vertical" app:layout_constraintBottom_toTopOf="@+id/add_tabs_layout" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"