From 398a1b74cef1c3bbf51366431d2161398f953ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Kr=C3=BCger?= Date: Tue, 12 Oct 2021 12:51:18 +0200 Subject: [PATCH] Remove overdraw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The background is already defined by the root element. Signed-off-by: Tim Krüger --- app/src/main/res/layout/lobby_view.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/lobby_view.xml b/app/src/main/res/layout/lobby_view.xml index d16c81011..26d168827 100644 --- a/app/src/main/res/layout/lobby_view.xml +++ b/app/src/main/res/layout/lobby_view.xml @@ -24,8 +24,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/lobby_view" android:layout_width="match_parent" - android:layout_height="match_parent" - android:background="@color/bg_default"> + android:layout_height="match_parent">