22 lines
781 B
XML
22 lines
781 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<org.koitharu.kotatsu.reader.ui.pager.webtoon.WebtoonFrameLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:defaultFocusHighlightEnabled="false">
|
|
|
|
<org.koitharu.kotatsu.reader.ui.pager.webtoon.WebtoonImageView
|
|
android:id="@+id/ssiv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:defaultFocusHighlightEnabled="false"
|
|
android:minHeight="1dp"
|
|
app:panEnabled="false"
|
|
app:quickScaleEnabled="false"
|
|
app:zoomEnabled="false" />
|
|
|
|
<include layout="@layout/layout_page_info" />
|
|
|
|
</org.koitharu.kotatsu.reader.ui.pager.webtoon.WebtoonFrameLayout>
|