lint: fix possible overdraw: Root element paints background @color/background_color with a theme that also paints a background (inferred theme is @style/Theme.ownCloud.Toolbar)

This commit is contained in:
AndyScherzinger 2018-04-24 09:06:34 +02:00
parent ab3230775a
commit 8ec30ad52f
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -20,7 +20,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/background_color"
android:orientation="vertical">
<TextView