Show updated manga on top of feed

This commit is contained in:
Koitharu
2023-08-11 13:18:23 +03:00
parent 788c7b862a
commit 0271ed2ba9
11 changed files with 133 additions and 30 deletions

View File

@@ -17,10 +17,7 @@
android:layout_height="match_parent"
android:clipToPadding="false"
android:orientation="vertical"
android:paddingLeft="@dimen/list_spacing"
android:paddingTop="@dimen/grid_spacing_outer"
android:paddingRight="@dimen/list_spacing"
android:paddingBottom="@dimen/grid_spacing_outer"
app:bubbleSize="small"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/item_feed" />