Avoid OutOfMemory crashes on webtoon viewer increasing view holders height

This commit is contained in:
inorichi
2016-01-29 16:17:26 +01:00
parent ea4fa60e01
commit f19889c222
3 changed files with 13 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="300dp"
android:layout_height="match_parent"
android:id="@+id/frame_container">
<ProgressBar