Remove overdraw

The background is already defined by the root element.

Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
Tim Krüger 2021-10-12 12:51:18 +02:00
parent f02e187dd0
commit 398a1b74ce
No known key found for this signature in database
GPG Key ID: FECE3A7222C52A4E

View File

@ -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">
<ImageView
android:id="@+id/lobby_image_view"