From 5fe8a78621356b40f6bc4dde4908ec2df4863a00 Mon Sep 17 00:00:00 2001 From: SerpentSpirale Date: Tue, 12 Jan 2021 13:57:15 +0100 Subject: [PATCH] - Severely reducing the gpu overdraw by removing a mostly unused background in the layout_main_v4 --- app_pojavlauncher/src/main/res/layout/launcher_main_v4.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app_pojavlauncher/src/main/res/layout/launcher_main_v4.xml b/app_pojavlauncher/src/main/res/layout/launcher_main_v4.xml index 9ce8fb621..e8ecd7d1e 100644 --- a/app_pojavlauncher/src/main/res/layout/launcher_main_v4.xml +++ b/app_pojavlauncher/src/main/res/layout/launcher_main_v4.xml @@ -175,7 +175,6 @@ android:id="@+id/launchermainTabPager" android:layout_width="0dp" android:layout_height="0dp" - android:background="#272727" app:layout_constraintBottom_toTopOf="@+id/guidelineBottom" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="@+id/guidelineLeft"