This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
tachiyomi/app/src/main/res/layout/chapter_image.xml

7 lines
281 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2015-11-10 22:56:16 -05:00
<com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView
2016-03-12 08:22:40 -05:00
android:id="@+id/image_view"
2015-11-10 10:35:23 -05:00
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
2016-03-12 08:22:40 -05:00
android:layout_height="match_parent"/>