Browse Source

Remove overdraw

The background is already defined by the root element.

Signed-off-by: Tim Krüger <t@timkrueger.me>
Tim Krüger 3 years ago
parent
commit
398a1b74ce
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/src/main/res/layout/lobby_view.xml

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