9 lines
446 B
XML
9 lines
446 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<org.koitharu.kotatsu.reader.ui.pager.webtoon.WebtoonRecyclerView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/recyclerView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
app:layoutManager="org.koitharu.kotatsu.reader.ui.pager.webtoon.WebtoonLayoutManager" /> |