diff --git a/app/src/main/res/layout/fragment_reader_standard.xml b/app/src/main/res/layout/fragment_reader_standard.xml index dce13cd82..5b328090e 100644 --- a/app/src/main/res/layout/fragment_reader_standard.xml +++ b/app/src/main/res/layout/fragment_reader_standard.xml @@ -3,4 +3,5 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/pager" android:layout_width="match_parent" - android:layout_height="match_parent" /> \ No newline at end of file + android:layout_height="match_parent" + android:background="?android:colorBackground" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_reader_webtoon.xml b/app/src/main/res/layout/fragment_reader_webtoon.xml index bf60f0a5a..abacd0aa8 100644 --- a/app/src/main/res/layout/fragment_reader_webtoon.xml +++ b/app/src/main/res/layout/fragment_reader_webtoon.xml @@ -5,5 +5,6 @@ android:id="@+id/recyclerView" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="?android:colorBackground" android:orientation="vertical" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" /> \ No newline at end of file