From 0b82a45dbc560abad0fa9363884ad26f026dcec3 Mon Sep 17 00:00:00 2001 From: sictiru Date: Sun, 19 Sep 2021 17:34:14 -0700 Subject: [PATCH] Remove overdraw. --- .../android/NewsBlur/res/layout/fragment_folderfeedlist.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/clients/android/NewsBlur/res/layout/fragment_folderfeedlist.xml b/clients/android/NewsBlur/res/layout/fragment_folderfeedlist.xml index 311472514..4ef8b148e 100644 --- a/clients/android/NewsBlur/res/layout/fragment_folderfeedlist.xml +++ b/clients/android/NewsBlur/res/layout/fragment_folderfeedlist.xml @@ -3,7 +3,4 @@ android:id="@+id/folderfeed_list" android:layout_width="match_parent" android:layout_height="match_parent" - android:divider="@null" - android:background="#00000000" - android:cacheColorHint="#00000000" - /> + android:divider="@null" />