tachiyomi/app/src/main/res/layout/chapter_image.xml

13 lines
451 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2015-11-10 16:35:23 +01:00
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
2015-11-10 16:35:23 +01:00
android:layout_height="match_parent">
<com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/page_image_view" />
</LinearLayout>