Decouple viewer from the reader activity

This commit is contained in:
inorichi
2015-10-24 16:04:42 +02:00
parent ef7613f7ad
commit d3c83f0bf2
10 changed files with 233 additions and 82 deletions
+3 -3
View File
@@ -3,11 +3,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<eu.kanade.mangafeed.widget.ReaderViewPager
android:id="@+id/view_pager"
<FrameLayout
android:id="@+id/viewer"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</eu.kanade.mangafeed.widget.ReaderViewPager>
</FrameLayout>
<TextView
android:layout_width="wrap_content"