Prechádzať zdrojové kódy

Fix gradient not being smooth (#5329)

Andreas 3 rokov pred
rodič
commit
6385c71c72

+ 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" />