mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
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:
parent
f02e187dd0
commit
398a1b74ce
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user