From 8c851c895a1feeea3a1d10678c2a8e01ed37c546 Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Sun, 19 Jun 2022 22:51:31 +0300 Subject: [PATCH] Fix transparency glitch --- app/src/main/res/layout/fragment_reader_standard.xml | 3 ++- app/src/main/res/layout/fragment_reader_webtoon.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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