소스 검색

Fix gradient not being smooth (#5329)

Andreas 3 년 전
부모
커밋
6385c71c72
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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" />