Fix recents background glitching

This commit is contained in:
Jay 2020-05-03 12:46:17 -04:00
parent ecde2b87cc
commit 570c6abf07

View File

@ -22,6 +22,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:background="?android:attr/colorBackground"
tools:listitem="@layout/recent_manga_item" />
</FrameLayout>