Use same header layout for sources/extensions/migration

This commit is contained in:
arkon
2020-04-28 23:03:30 -04:00
parent 67d284fc35
commit e24ddb9106
9 changed files with 8 additions and 25 deletions

View File

@@ -14,7 +14,7 @@
android:id="@+id/ext_recycler"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:listitem="@layout/extension_card_header" />
tools:listitem="@layout/source_main_controller_card_header" />
</eu.kanade.tachiyomi.widget.ThemedSwipeRefreshLayout>