Explorar el Código

Fix gradient not being smooth (#5329)

Andreas hace 3 años
padre
commit
6385c71c72
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/src/main/res/layout/manga_info_header.xml

+ 0 - 1
app/src/main/res/layout/manga_info_header.xml

@@ -25,7 +25,6 @@
         android:id="@+id/backdrop_overlay"
         android:layout_width="match_parent"
         android:layout_height="160dp"
-        android:layout_marginBottom="-16dp"
         android:background="@drawable/manga_info_gradient"
         android:backgroundTint="?android:attr/colorBackground"
         app:layout_constraintBottom_toBottomOf="@+id/backdrop" />