Procházet zdrojové kódy

Fix gradient not being smooth (#5329)

Andreas před 3 roky
rodič
revize
6385c71c72
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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" />