diff --git a/android/festago/presentation/src/main/res/layout/fragment_search.xml b/android/festago/presentation/src/main/res/layout/fragment_search.xml index a16b00e87..a21568e38 100644 --- a/android/festago/presentation/src/main/res/layout/fragment_search.xml +++ b/android/festago/presentation/src/main/res/layout/fragment_search.xml @@ -44,6 +44,7 @@ android:layout_marginEnd="16dp" android:backgroundTint="@color/background_gray_03" android:elevation="0dp" + android:outlineProvider="none" app:cardCornerRadius="1000dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"